pub struct timeSchedule;Trait Implementations§
Source§impl Field for timeSchedule
impl Field for timeSchedule
Source§impl HasField<timeSchedule> for TriageResponsibility
impl HasField<timeSchedule> for TriageResponsibility
Source§type Type = Option<TimeSchedule>
type Type = Option<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