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