pub struct unsubscribeFromAll;
Trait Implementations§
Source§impl Field for unsubscribeFromAll
impl Field for unsubscribeFromAll
impl HasInputField<unsubscribeFromAll, Option<bool>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for unsubscribeFromAll
impl RefUnwindSafe for unsubscribeFromAll
impl Send for unsubscribeFromAll
impl Sync for unsubscribeFromAll
impl Unpin for unsubscribeFromAll
impl UnwindSafe for unsubscribeFromAll
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