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