Enum kanidmd_lib::be::dbentry::DbIdentSpn
source · [−]Variants
Spn(String, String)
Iname(String)
Uuid(Uuid)
Trait Implementations
sourceimpl Debug for DbIdentSpn
impl Debug for DbIdentSpn
sourceimpl<'de> Deserialize<'de> for DbIdentSpn
impl<'de> Deserialize<'de> for DbIdentSpn
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 From<DbIdentSpn> for Value
impl From<DbIdentSpn> for Value
sourcefn from(dis: DbIdentSpn) -> Self
fn from(dis: DbIdentSpn) -> Self
Converts to this type from the input type.
sourceimpl Serialize for DbIdentSpn
impl Serialize for DbIdentSpn
Auto Trait Implementations
impl RefUnwindSafe for DbIdentSpn
impl Send for DbIdentSpn
impl Sync for DbIdentSpn
impl Unpin for DbIdentSpn
impl UnwindSafe for DbIdentSpn
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