Enum scylla_cql::frame::response::event::SchemaChangeType
source · pub enum SchemaChangeType {
Created,
Updated,
Dropped,
Invalid,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaChangeType
impl RefUnwindSafe for SchemaChangeType
impl Send for SchemaChangeType
impl Sync for SchemaChangeType
impl Unpin for SchemaChangeType
impl UnwindSafe for SchemaChangeType
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