pub enum ResourceOwnershipReason {
Quarantine,
Abandon,
}Variants§
Trait Implementations§
Source§impl Clone for ResourceOwnershipReason
impl Clone for ResourceOwnershipReason
Source§fn clone(&self) -> ResourceOwnershipReason
fn clone(&self) -> ResourceOwnershipReason
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 moreimpl Copy for ResourceOwnershipReason
Source§impl Debug for ResourceOwnershipReason
impl Debug for ResourceOwnershipReason
impl Eq for ResourceOwnershipReason
Source§impl PartialEq for ResourceOwnershipReason
impl PartialEq for ResourceOwnershipReason
impl StructuralPartialEq for ResourceOwnershipReason
Auto Trait Implementations§
impl Freeze for ResourceOwnershipReason
impl RefUnwindSafe for ResourceOwnershipReason
impl Send for ResourceOwnershipReason
impl Sync for ResourceOwnershipReason
impl Unpin for ResourceOwnershipReason
impl UnsafeUnpin for ResourceOwnershipReason
impl UnwindSafe for ResourceOwnershipReason
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