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