Struct kanidm_proto::v1::AuthResponse [−][src]
Fields
sessionid: Uuid
state: AuthState
Trait Implementations
impl<'de> Deserialize<'de> for AuthResponse
[src]
impl<'de> Deserialize<'de> for AuthResponse
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Serialize for AuthResponse
[src]
impl Serialize for AuthResponse
[src]Auto Trait Implementations
impl RefUnwindSafe for AuthResponse
impl Send for AuthResponse
impl Sync for AuthResponse
impl Unpin for AuthResponse
impl UnwindSafe for AuthResponse
Blanket Implementations
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,