pub struct authenticationSessions;Trait Implementations§
Source§impl Field for authenticationSessions
impl Field for authenticationSessions
Source§impl HasField<authenticationSessions> for Query
impl HasField<authenticationSessions> for Query
Source§type Type = Vec<AuthenticationSessionResponse>
type Type = Vec<AuthenticationSessionResponse>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for authenticationSessions
impl RefUnwindSafe for authenticationSessions
impl Send for authenticationSessions
impl Sync for authenticationSessions
impl Unpin for authenticationSessions
impl UnwindSafe for authenticationSessions
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