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