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