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