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