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