pub enum EntityTypeName {
Resource,
Service,
}Variants§
Trait Implementations§
Source§impl Clone for EntityTypeName
impl Clone for EntityTypeName
Source§fn clone(&self) -> EntityTypeName
fn clone(&self) -> EntityTypeName
Returns a duplicate 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 EntityTypeName
impl Debug for EntityTypeName
Source§impl PartialEq for EntityTypeName
impl PartialEq for EntityTypeName
impl Copy for EntityTypeName
impl Eq for EntityTypeName
impl StructuralPartialEq for EntityTypeName
Auto Trait Implementations§
impl Freeze for EntityTypeName
impl RefUnwindSafe for EntityTypeName
impl Send for EntityTypeName
impl Sync for EntityTypeName
impl Unpin for EntityTypeName
impl UnwindSafe for EntityTypeName
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