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