pub enum OwnershipQosPolicyKind {
SHARED_OWNERSHIP_QOS,
EXCLUSIVE_OWNERSHIP_QOS,
}Variants§
Trait Implementations§
Source§impl Clone for OwnershipQosPolicyKind
impl Clone for OwnershipQosPolicyKind
Source§fn clone(&self) -> OwnershipQosPolicyKind
fn clone(&self) -> OwnershipQosPolicyKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OwnershipQosPolicyKind
impl Debug for OwnershipQosPolicyKind
Source§impl<'de> Deserialize<'de> for OwnershipQosPolicyKind
impl<'de> Deserialize<'de> for OwnershipQosPolicyKind
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 OwnershipQosPolicyKind
impl Display for OwnershipQosPolicyKind
Source§impl FromStr for OwnershipQosPolicyKind
impl FromStr for OwnershipQosPolicyKind
Source§impl Ord for OwnershipQosPolicyKind
impl Ord for OwnershipQosPolicyKind
Source§fn cmp(&self, other: &OwnershipQosPolicyKind) -> Ordering
fn cmp(&self, other: &OwnershipQosPolicyKind) -> Ordering
1.21.0 (const: unstable) · 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 OwnershipQosPolicyKind
impl PartialEq for OwnershipQosPolicyKind
Source§fn eq(&self, other: &OwnershipQosPolicyKind) -> bool
fn eq(&self, other: &OwnershipQosPolicyKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OwnershipQosPolicyKind
impl PartialOrd for OwnershipQosPolicyKind
Source§impl Serialize for OwnershipQosPolicyKind
impl Serialize for OwnershipQosPolicyKind
impl Eq for OwnershipQosPolicyKind
impl StructuralPartialEq for OwnershipQosPolicyKind
Auto Trait Implementations§
impl Freeze for OwnershipQosPolicyKind
impl RefUnwindSafe for OwnershipQosPolicyKind
impl Send for OwnershipQosPolicyKind
impl Sync for OwnershipQosPolicyKind
impl Unpin for OwnershipQosPolicyKind
impl UnsafeUnpin for OwnershipQosPolicyKind
impl UnwindSafe for OwnershipQosPolicyKind
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