pub struct NamespaceOwned(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Clone for NamespaceOwned
impl Clone for NamespaceOwned
Source§fn clone(&self) -> NamespaceOwned
fn clone(&self) -> NamespaceOwned
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 NamespaceOwned
impl Debug for NamespaceOwned
Source§impl Default for NamespaceOwned
impl Default for NamespaceOwned
Source§fn default() -> NamespaceOwned
fn default() -> NamespaceOwned
Returns the “default value” for a type. Read more
Source§impl<'a> From<&'a Namespace<'a>> for NamespaceOwned
impl<'a> From<&'a Namespace<'a>> for NamespaceOwned
Source§impl From<&str> for NamespaceOwned
impl From<&str> for NamespaceOwned
Source§impl<'a> From<Namespace<'a>> for NamespaceOwned
impl<'a> From<Namespace<'a>> for NamespaceOwned
Source§impl From<String> for NamespaceOwned
impl From<String> for NamespaceOwned
Source§impl PartialEq for NamespaceOwned
impl PartialEq for NamespaceOwned
impl StructuralPartialEq for NamespaceOwned
Auto Trait Implementations§
impl Freeze for NamespaceOwned
impl RefUnwindSafe for NamespaceOwned
impl Send for NamespaceOwned
impl Sync for NamespaceOwned
impl Unpin for NamespaceOwned
impl UnwindSafe for NamespaceOwned
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