pub enum WriteOrigin {
ParentModelIn,
LocalHandler,
SetupSeed,
ObserveMirror,
}Variants§
Trait Implementations§
Source§impl Clone for WriteOrigin
impl Clone for WriteOrigin
Source§fn clone(&self) -> WriteOrigin
fn clone(&self) -> WriteOrigin
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 WriteOrigin
Source§impl Debug for WriteOrigin
impl Debug for WriteOrigin
impl Eq for WriteOrigin
Source§impl PartialEq for WriteOrigin
impl PartialEq for WriteOrigin
Source§fn eq(&self, other: &WriteOrigin) -> bool
fn eq(&self, other: &WriteOrigin) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteOrigin
Auto Trait Implementations§
impl Freeze for WriteOrigin
impl RefUnwindSafe for WriteOrigin
impl Send for WriteOrigin
impl Sync for WriteOrigin
impl Unpin for WriteOrigin
impl UnsafeUnpin for WriteOrigin
impl UnwindSafe for WriteOrigin
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