pub struct CycleShiftAllInput;Trait Implementations§
impl HasInputField<daysToShift, f64> for CycleShiftAllInput
impl HasInputField<id, String> for CycleShiftAllInput
impl InputObjectMarker for CycleShiftAllInput
Auto Trait Implementations§
impl Freeze for CycleShiftAllInput
impl RefUnwindSafe for CycleShiftAllInput
impl Send for CycleShiftAllInput
impl Sync for CycleShiftAllInput
impl Unpin for CycleShiftAllInput
impl UnwindSafe for CycleShiftAllInput
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