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