Struct kanidmd_lib::be::dbvalue::DbValueOauthScopeMapV1
source · [−]Fields
refer: Uuid
data: Vec<String>
Trait Implementations
sourceimpl Debug for DbValueOauthScopeMapV1
impl Debug for DbValueOauthScopeMapV1
sourceimpl<'de> Deserialize<'de> for DbValueOauthScopeMapV1
impl<'de> Deserialize<'de> for DbValueOauthScopeMapV1
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 DbValueOauthScopeMapV1
impl Serialize for DbValueOauthScopeMapV1
Auto Trait Implementations
impl RefUnwindSafe for DbValueOauthScopeMapV1
impl Send for DbValueOauthScopeMapV1
impl Sync for DbValueOauthScopeMapV1
impl Unpin for DbValueOauthScopeMapV1
impl UnwindSafe for DbValueOauthScopeMapV1
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