pub struct FixOccupancy(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for FixOccupancy
impl Clone for FixOccupancy
Source§fn clone(&self) -> FixOccupancy
fn clone(&self) -> FixOccupancy
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 FixOccupancy
impl Debug for FixOccupancy
Source§impl Default for FixOccupancy
impl Default for FixOccupancy
Source§fn default() -> FixOccupancy
fn default() -> FixOccupancy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FixOccupancy
impl<'de> Deserialize<'de> for FixOccupancy
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 Display for FixOccupancy
impl Display for FixOccupancy
Source§impl From<bool> for FixOccupancy
impl From<bool> for FixOccupancy
Source§impl Hash for FixOccupancy
impl Hash for FixOccupancy
Source§impl KeywordDisplay for FixOccupancy
impl KeywordDisplay for FixOccupancy
Source§impl Ord for FixOccupancy
impl Ord for FixOccupancy
Source§fn cmp(&self, other: &FixOccupancy) -> Ordering
fn cmp(&self, other: &FixOccupancy) -> 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 FixOccupancy
impl PartialEq for FixOccupancy
Source§impl PartialOrd for FixOccupancy
impl PartialOrd for FixOccupancy
Source§impl Serialize for FixOccupancy
impl Serialize for FixOccupancy
impl Copy for FixOccupancy
impl Eq for FixOccupancy
impl StructuralPartialEq for FixOccupancy
Auto Trait Implementations§
impl Freeze for FixOccupancy
impl RefUnwindSafe for FixOccupancy
impl Send for FixOccupancy
impl Sync for FixOccupancy
impl Unpin for FixOccupancy
impl UnwindSafe for FixOccupancy
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