pub struct KEYSPACE;
Trait Implementations§
impl Copy for KEYSPACE
Auto Trait Implementations§
impl Freeze for KEYSPACE
impl RefUnwindSafe for KEYSPACE
impl Send for KEYSPACE
impl Sync for KEYSPACE
impl Unpin for KEYSPACE
impl UnwindSafe for KEYSPACE
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