pub struct ResortCount(/* private fields */);Expand description
Nonzero count of resorts in the operating portfolio.
Implementations§
Trait Implementations§
Source§impl Clone for ResortCount
impl Clone for ResortCount
Source§fn clone(&self) -> ResortCount
fn clone(&self) -> ResortCount
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 ResortCount
impl Debug for ResortCount
Source§impl<'de> Deserialize<'de> for ResortCount
impl<'de> Deserialize<'de> for ResortCount
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 ResortCount
impl Hash for ResortCount
Source§impl Ord for ResortCount
impl Ord for ResortCount
Source§fn cmp(&self, other: &ResortCount) -> Ordering
fn cmp(&self, other: &ResortCount) -> 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 PartialEq for ResortCount
impl PartialEq for ResortCount
Source§impl PartialOrd for ResortCount
impl PartialOrd for ResortCount
Source§impl Serialize for ResortCount
impl Serialize for ResortCount
impl Copy for ResortCount
impl Eq for ResortCount
impl StructuralPartialEq for ResortCount
Auto Trait Implementations§
impl Freeze for ResortCount
impl RefUnwindSafe for ResortCount
impl Send for ResortCount
impl Sync for ResortCount
impl Unpin for ResortCount
impl UnsafeUnpin for ResortCount
impl UnwindSafe for ResortCount
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