pub enum ExternalName {
    Symbol(Cow<'static, str>),
    UserName(u32),
}Variants§
Trait Implementations§
Source§impl Clone for ExternalName
 
impl Clone for ExternalName
Source§fn clone(&self) -> ExternalName
 
fn clone(&self) -> ExternalName
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 Hash for ExternalName
 
impl Hash for ExternalName
Source§impl PartialEq for ExternalName
 
impl PartialEq for ExternalName
impl Eq for ExternalName
impl StructuralPartialEq for ExternalName
Auto Trait Implementations§
impl Freeze for ExternalName
impl RefUnwindSafe for ExternalName
impl Send for ExternalName
impl Sync for ExternalName
impl Unpin for ExternalName
impl UnwindSafe for ExternalName
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