pub enum EntitySource {
Internal,
External,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for EntitySource
impl Clone for EntitySource
Source§fn clone(&self) -> EntitySource
fn clone(&self) -> EntitySource
Returns a copy 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 EntitySource
impl Debug for EntitySource
Source§impl Hash for EntitySource
impl Hash for EntitySource
Source§impl PartialEq for EntitySource
impl PartialEq for EntitySource
impl Eq for EntitySource
impl StructuralPartialEq for EntitySource
Auto Trait Implementations§
impl Freeze for EntitySource
impl RefUnwindSafe for EntitySource
impl Send for EntitySource
impl Sync for EntitySource
impl Unpin for EntitySource
impl UnwindSafe for EntitySource
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