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