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