pub enum KmapOwnerSelection {
Unowned,
SelfNode,
Node(NodeId),
}Variants§
Trait Implementations§
Source§impl Clone for OwnerSelection
impl Clone for OwnerSelection
Source§fn clone(&self) -> OwnerSelection
fn clone(&self) -> OwnerSelection
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 OwnerSelection
Source§impl Debug for OwnerSelection
impl Debug for OwnerSelection
impl Eq for OwnerSelection
Source§impl PartialEq for OwnerSelection
impl PartialEq for OwnerSelection
impl StructuralPartialEq for OwnerSelection
Auto Trait Implementations§
impl Freeze for OwnerSelection
impl RefUnwindSafe for OwnerSelection
impl Send for OwnerSelection
impl Sync for OwnerSelection
impl Unpin for OwnerSelection
impl UnsafeUnpin for OwnerSelection
impl UnwindSafe for OwnerSelection
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