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