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