pub struct AuthenticationSessionResponse;Trait Implementations§
Source§impl HasField<id> for AuthenticationSessionResponse
impl HasField<id> for AuthenticationSessionResponse
Source§impl HasField<ip> for AuthenticationSessionResponse
impl HasField<ip> for AuthenticationSessionResponse
Source§impl HasField<name> for AuthenticationSessionResponse
impl HasField<name> for AuthenticationSessionResponse
Source§impl HasField<type> for AuthenticationSessionResponse
impl HasField<type> for AuthenticationSessionResponse
Source§type Type = AuthenticationSessionType
type Type = AuthenticationSessionType
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AuthenticationSessionResponse
impl RefUnwindSafe for AuthenticationSessionResponse
impl Send for AuthenticationSessionResponse
impl Sync for AuthenticationSessionResponse
impl Unpin for AuthenticationSessionResponse
impl UnwindSafe for AuthenticationSessionResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more