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