pub struct SetKeyspace {
pub keyspace_name: String,
}Fields§
§keyspace_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SetKeyspace
impl RefUnwindSafe for SetKeyspace
impl Send for SetKeyspace
impl Sync for SetKeyspace
impl Unpin for SetKeyspace
impl UnwindSafe for SetKeyspace
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