pub struct BodyReqAuthResponse { /* private fields */ }Implementations§
Source§impl BodyReqAuthResponse
impl BodyReqAuthResponse
pub fn new(data: CBytes) -> BodyReqAuthResponse
Trait Implementations§
Source§impl Debug for BodyReqAuthResponse
impl Debug for BodyReqAuthResponse
Source§impl IntoBytes for BodyReqAuthResponse
impl IntoBytes for BodyReqAuthResponse
Auto Trait Implementations§
impl Freeze for BodyReqAuthResponse
impl RefUnwindSafe for BodyReqAuthResponse
impl Send for BodyReqAuthResponse
impl Sync for BodyReqAuthResponse
impl Unpin for BodyReqAuthResponse
impl UnwindSafe for BodyReqAuthResponse
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