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