pub struct OwnershipQosPolicy { /* private fields */ }Trait Implementations§
Source§impl Clone for OwnershipQosPolicy
impl Clone for OwnershipQosPolicy
Source§fn clone(&self) -> OwnershipQosPolicy
fn clone(&self) -> OwnershipQosPolicy
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 OwnershipQosPolicy
impl Debug for OwnershipQosPolicy
Source§impl<'de> Deserialize<'de> for OwnershipQosPolicy
impl<'de> Deserialize<'de> for OwnershipQosPolicy
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
Auto Trait Implementations§
impl Freeze for OwnershipQosPolicy
impl RefUnwindSafe for OwnershipQosPolicy
impl Send for OwnershipQosPolicy
impl Sync for OwnershipQosPolicy
impl Unpin for OwnershipQosPolicy
impl UnwindSafe for OwnershipQosPolicy
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