pub struct ChangeUserStatusPayload;Trait Implementations§
Source§impl HasField<__typename> for ChangeUserStatusPayload
impl HasField<__typename> for ChangeUserStatusPayload
Source§impl HasField<status> for ChangeUserStatusPayload
impl HasField<status> for ChangeUserStatusPayload
Source§type Type = Option<UserStatus>
type Type = Option<UserStatus>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ChangeUserStatusPayload
impl RefUnwindSafe for ChangeUserStatusPayload
impl Send for ChangeUserStatusPayload
impl Sync for ChangeUserStatusPayload
impl Unpin for ChangeUserStatusPayload
impl UnwindSafe for ChangeUserStatusPayload
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