Enum kanidmd_lib::be::dbvalue::DbValueOauth2Session
source · [−]pub enum DbValueOauth2Session {
V1 {
refer: Uuid,
parent: Uuid,
expiry: Option<String>,
issued_at: String,
rs_uuid: Uuid,
},
}
Variants
V1
Trait Implementations
sourceimpl Debug for DbValueOauth2Session
impl Debug for DbValueOauth2Session
sourceimpl<'de> Deserialize<'de> for DbValueOauth2Session
impl<'de> Deserialize<'de> for DbValueOauth2Session
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for DbValueOauth2Session
impl Serialize for DbValueOauth2Session
Auto Trait Implementations
impl RefUnwindSafe for DbValueOauth2Session
impl Send for DbValueOauth2Session
impl Sync for DbValueOauth2Session
impl Unpin for DbValueOauth2Session
impl UnwindSafe for DbValueOauth2Session
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more