pub enum EntityName {
Text(String),
Bytes([c_char; 64]),
}
Variants§
Trait Implementations§
Source§impl Clone for EntityName
impl Clone for EntityName
Source§fn clone(&self) -> EntityName
fn clone(&self) -> EntityName
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 EntityName
impl Debug for EntityName
Source§impl PartialEq for EntityName
impl PartialEq for EntityName
impl Eq for EntityName
impl StructuralPartialEq for EntityName
Auto Trait Implementations§
impl Freeze for EntityName
impl RefUnwindSafe for EntityName
impl Send for EntityName
impl Sync for EntityName
impl Unpin for EntityName
impl UnwindSafe for EntityName
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