pub struct timeSchedule;Trait Implementations§
Source§impl Field for timeSchedule
impl Field for timeSchedule
Source§impl HasArgument<id> for timeSchedule
impl HasArgument<id> for timeSchedule
Source§impl HasField<timeSchedule> for Query
impl HasField<timeSchedule> for Query
Source§type Type = TimeSchedule
type Type = TimeSchedule
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for timeSchedule
impl RefUnwindSafe for timeSchedule
impl Send for timeSchedule
impl Sync for timeSchedule
impl Unpin for timeSchedule
impl UnwindSafe for timeSchedule
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