Struct scylla_cql::frame::response::result::SetKeyspace
source · pub struct SetKeyspace {
pub keyspace_name: String,
}
Fields§
§keyspace_name: String
Trait 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