pub struct OwnedPrefixedName { /* private fields */ }Trait Implementations§
Source§impl Clone for OwnedPrefixedName
impl Clone for OwnedPrefixedName
Source§fn clone(&self) -> OwnedPrefixedName
fn clone(&self) -> OwnedPrefixedName
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 OwnedPrefixedName
impl Debug for OwnedPrefixedName
Source§impl<'a> From<&'a str> for OwnedPrefixedName
impl<'a> From<&'a str> for OwnedPrefixedName
Source§impl<'a> From<PrefixedName<'a>> for OwnedPrefixedName
impl<'a> From<PrefixedName<'a>> for OwnedPrefixedName
Source§fn from(name: PrefixedName<'a>) -> Self
fn from(name: PrefixedName<'a>) -> Self
Converts to this type from the input type.
Source§impl Hash for OwnedPrefixedName
impl Hash for OwnedPrefixedName
Source§impl PartialEq for OwnedPrefixedName
impl PartialEq for OwnedPrefixedName
impl Eq for OwnedPrefixedName
impl StructuralPartialEq for OwnedPrefixedName
Auto Trait Implementations§
impl Freeze for OwnedPrefixedName
impl RefUnwindSafe for OwnedPrefixedName
impl Send for OwnedPrefixedName
impl Sync for OwnedPrefixedName
impl Unpin for OwnedPrefixedName
impl UnwindSafe for OwnedPrefixedName
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