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