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