pub enum CxlExtentRemovalPolicy {
tag_based,
prescriptive,
}Variants§
Trait Implementations§
Source§impl Clone for CxlExtentRemovalPolicy
impl Clone for CxlExtentRemovalPolicy
Source§fn clone(&self) -> CxlExtentRemovalPolicy
fn clone(&self) -> CxlExtentRemovalPolicy
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 CxlExtentRemovalPolicy
impl Debug for CxlExtentRemovalPolicy
Source§impl<'de> Deserialize<'de> for CxlExtentRemovalPolicy
impl<'de> Deserialize<'de> for CxlExtentRemovalPolicy
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 Enum for CxlExtentRemovalPolicy
impl Enum for CxlExtentRemovalPolicy
Source§impl FromStr for CxlExtentRemovalPolicy
impl FromStr for CxlExtentRemovalPolicy
Source§impl Hash for CxlExtentRemovalPolicy
impl Hash for CxlExtentRemovalPolicy
Source§impl Ord for CxlExtentRemovalPolicy
impl Ord for CxlExtentRemovalPolicy
Source§fn cmp(&self, other: &CxlExtentRemovalPolicy) -> Ordering
fn cmp(&self, other: &CxlExtentRemovalPolicy) -> 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 CxlExtentRemovalPolicy
impl PartialEq for CxlExtentRemovalPolicy
Source§impl PartialOrd for CxlExtentRemovalPolicy
impl PartialOrd for CxlExtentRemovalPolicy
Source§impl Serialize for CxlExtentRemovalPolicy
impl Serialize for CxlExtentRemovalPolicy
impl Copy for CxlExtentRemovalPolicy
impl Eq for CxlExtentRemovalPolicy
impl StructuralPartialEq for CxlExtentRemovalPolicy
Auto Trait Implementations§
impl Freeze for CxlExtentRemovalPolicy
impl RefUnwindSafe for CxlExtentRemovalPolicy
impl Send for CxlExtentRemovalPolicy
impl Sync for CxlExtentRemovalPolicy
impl Unpin for CxlExtentRemovalPolicy
impl UnwindSafe for CxlExtentRemovalPolicy
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