pub struct workingDays;Trait Implementations§
Source§impl Field for workingDays
impl Field for workingDays
Source§impl HasField<workingDays> for Organization
impl HasField<workingDays> for Organization
Auto Trait Implementations§
impl Freeze for workingDays
impl RefUnwindSafe for workingDays
impl Send for workingDays
impl Sync for workingDays
impl Unpin for workingDays
impl UnwindSafe for workingDays
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