pub struct LogoutResponse;Trait Implementations§
Source§impl HasField<__typename> for LogoutResponse
impl HasField<__typename> for LogoutResponse
Source§impl HasField<success> for LogoutResponse
impl HasField<success> for LogoutResponse
Auto Trait Implementations§
impl Freeze for LogoutResponse
impl RefUnwindSafe for LogoutResponse
impl Send for LogoutResponse
impl Sync for LogoutResponse
impl Unpin for LogoutResponse
impl UnwindSafe for LogoutResponse
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