pub enum EntityGraphOperation {
Save,
Delete,
}Expand description
Operation hint for an entity graph node.
Variants§
Trait Implementations§
Source§impl Clone for EntityGraphOperation
impl Clone for EntityGraphOperation
Source§fn clone(&self) -> EntityGraphOperation
fn clone(&self) -> EntityGraphOperation
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 EntityGraphOperation
impl Debug for EntityGraphOperation
Source§impl PartialEq for EntityGraphOperation
impl PartialEq for EntityGraphOperation
Source§fn eq(&self, other: &EntityGraphOperation) -> bool
fn eq(&self, other: &EntityGraphOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EntityGraphOperation
impl Eq for EntityGraphOperation
impl StructuralPartialEq for EntityGraphOperation
Auto Trait Implementations§
impl Freeze for EntityGraphOperation
impl RefUnwindSafe for EntityGraphOperation
impl Send for EntityGraphOperation
impl Sync for EntityGraphOperation
impl Unpin for EntityGraphOperation
impl UnsafeUnpin for EntityGraphOperation
impl UnwindSafe for EntityGraphOperation
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