Struct kanidm_proto::v1::WhoamiResponse
source · [−]pub struct WhoamiResponse {
pub youare: Entry,
}
Fields
youare: Entry
Implementations
sourceimpl WhoamiResponse
impl WhoamiResponse
Trait Implementations
sourceimpl Clone for WhoamiResponse
impl Clone for WhoamiResponse
sourcefn clone(&self) -> WhoamiResponse
fn clone(&self) -> WhoamiResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WhoamiResponse
impl Debug for WhoamiResponse
sourceimpl<'de> Deserialize<'de> for WhoamiResponse
impl<'de> Deserialize<'de> for WhoamiResponse
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 PartialEq<WhoamiResponse> for WhoamiResponse
impl PartialEq<WhoamiResponse> for WhoamiResponse
sourcefn eq(&self, other: &WhoamiResponse) -> bool
fn eq(&self, other: &WhoamiResponse) -> bool
sourceimpl Serialize for WhoamiResponse
impl Serialize for WhoamiResponse
impl Eq for WhoamiResponse
impl StructuralEq for WhoamiResponse
impl StructuralPartialEq for WhoamiResponse
Auto Trait Implementations
impl RefUnwindSafe for WhoamiResponse
impl Send for WhoamiResponse
impl Sync for WhoamiResponse
impl Unpin for WhoamiResponse
impl UnwindSafe for WhoamiResponse
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