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