Struct scylla_cql::frame::response::authenticate::AuthSuccess
source · pub struct AuthSuccess {
pub success_message: Option<Vec<u8>>,
}
Fields§
§success_message: Option<Vec<u8>>
Implementations§
source§impl AuthSuccess
impl AuthSuccess
pub fn deserialize(buf: &mut &[u8]) -> Result<Self, CqlAuthSuccessParseError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthSuccess
impl RefUnwindSafe for AuthSuccess
impl Send for AuthSuccess
impl Sync for AuthSuccess
impl Unpin for AuthSuccess
impl UnwindSafe for AuthSuccess
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