pub struct EncodedName(pub String);Expand description
Owned name string (Stage 4/5)
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for EncodedName
impl Clone for EncodedName
Source§fn clone(&self) -> EncodedName
fn clone(&self) -> EncodedName
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 EncodedName
impl Debug for EncodedName
Source§impl PartialEq for EncodedName
impl PartialEq for EncodedName
impl Eq for EncodedName
impl StructuralPartialEq for EncodedName
Auto Trait Implementations§
impl Freeze for EncodedName
impl RefUnwindSafe for EncodedName
impl Send for EncodedName
impl Sync for EncodedName
impl Unpin for EncodedName
impl UnsafeUnpin for EncodedName
impl UnwindSafe for EncodedName
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