pub struct InstrNamespace { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InstrNamespace
impl Clone for InstrNamespace
Source§fn clone(&self) -> InstrNamespace
fn clone(&self) -> InstrNamespace
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 InstrNamespace
impl Debug for InstrNamespace
Source§impl Default for InstrNamespace
impl Default for InstrNamespace
Source§fn default() -> InstrNamespace
fn default() -> InstrNamespace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InstrNamespace
impl RefUnwindSafe for InstrNamespace
impl Send for InstrNamespace
impl Sync for InstrNamespace
impl Unpin for InstrNamespace
impl UnwindSafe for InstrNamespace
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