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