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