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