pub struct SSLResponse {}Implementations§
Source§impl SSLResponse
impl SSLResponse
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SSLResponse
impl RefUnwindSafe for SSLResponse
impl Send for SSLResponse
impl Sync for SSLResponse
impl Unpin for SSLResponse
impl UnsafeUnpin for SSLResponse
impl UnwindSafe for SSLResponse
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