Struct scylla_cql::frame::request::auth_response::AuthResponse
source · pub struct AuthResponse {
pub response: Option<Vec<u8>>,
}
Fields§
§response: Option<Vec<u8>>
Trait Implementations§
source§impl SerializableRequest for AuthResponse
impl SerializableRequest for AuthResponse
Auto Trait Implementations§
impl Freeze for AuthResponse
impl RefUnwindSafe for AuthResponse
impl Send for AuthResponse
impl Sync for AuthResponse
impl Unpin for AuthResponse
impl UnwindSafe for AuthResponse
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