pub struct StoredProgramDurationWeeks(/* private fields */);Expand description
Positive training duration persisted in weeks for stay-and-study offerings.
Implementations§
Trait Implementations§
Source§impl Clone for StoredProgramDurationWeeks
impl Clone for StoredProgramDurationWeeks
Source§fn clone(&self) -> StoredProgramDurationWeeks
fn clone(&self) -> StoredProgramDurationWeeks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StoredProgramDurationWeeks
impl Debug for StoredProgramDurationWeeks
Source§impl<'de> Deserialize<'de> for StoredProgramDurationWeeks
impl<'de> Deserialize<'de> for StoredProgramDurationWeeks
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for StoredProgramDurationWeeks
impl Hash for StoredProgramDurationWeeks
Source§impl Ord for StoredProgramDurationWeeks
impl Ord for StoredProgramDurationWeeks
Source§fn cmp(&self, other: &StoredProgramDurationWeeks) -> Ordering
fn cmp(&self, other: &StoredProgramDurationWeeks) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for StoredProgramDurationWeeks
impl PartialOrd for StoredProgramDurationWeeks
impl Copy for StoredProgramDurationWeeks
impl Eq for StoredProgramDurationWeeks
impl StructuralPartialEq for StoredProgramDurationWeeks
Auto Trait Implementations§
impl Freeze for StoredProgramDurationWeeks
impl RefUnwindSafe for StoredProgramDurationWeeks
impl Send for StoredProgramDurationWeeks
impl Sync for StoredProgramDurationWeeks
impl Unpin for StoredProgramDurationWeeks
impl UnsafeUnpin for StoredProgramDurationWeeks
impl UnwindSafe for StoredProgramDurationWeeks
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