pub struct BodyResAuthenticate {
pub data: CString,
}Expand description
A server authentication challenge.
Fields§
§data: CStringTrait Implementations§
Source§impl Debug for BodyResAuthenticate
impl Debug for BodyResAuthenticate
Source§impl FromCursor for BodyResAuthenticate
impl FromCursor for BodyResAuthenticate
Source§fn from_cursor(cursor: &mut Cursor<&[u8]>) -> Result<BodyResAuthenticate>
fn from_cursor(cursor: &mut Cursor<&[u8]>) -> Result<BodyResAuthenticate>
It should return an implementor from an
io::Cursor over an array of bytes.Auto Trait Implementations§
impl Freeze for BodyResAuthenticate
impl RefUnwindSafe for BodyResAuthenticate
impl Send for BodyResAuthenticate
impl Sync for BodyResAuthenticate
impl Unpin for BodyResAuthenticate
impl UnwindSafe for BodyResAuthenticate
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