pub struct IndexNamespace { /* private fields */ }Expand description
Index operations namespace
Implementations§
Trait Implementations§
Source§impl Clone for IndexNamespace
impl Clone for IndexNamespace
Source§fn clone(&self) -> IndexNamespace
fn clone(&self) -> IndexNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for IndexNamespace
impl !UnwindSafe for IndexNamespace
impl Freeze for IndexNamespace
impl Send for IndexNamespace
impl Sync for IndexNamespace
impl Unpin for IndexNamespace
impl UnsafeUnpin for IndexNamespace
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