Enum scylla_cql::frame::response::NonErrorResponse
source · pub enum NonErrorResponse {
Ready,
Result(Result),
Authenticate(Authenticate),
AuthSuccess(AuthSuccess),
AuthChallenge(AuthChallenge),
Supported(Supported),
Event(Event),
}
Variants§
Ready
Result(Result)
Authenticate(Authenticate)
AuthSuccess(AuthSuccess)
AuthChallenge(AuthChallenge)
Supported(Supported)
Event(Event)
Implementations§
source§impl NonErrorResponse
impl NonErrorResponse
pub fn to_response_kind(&self) -> CqlResponseKind
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NonErrorResponse
impl RefUnwindSafe for NonErrorResponse
impl Send for NonErrorResponse
impl Sync for NonErrorResponse
impl Unpin for NonErrorResponse
impl UnwindSafe for NonErrorResponse
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