pub struct CPKInfo { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsHeaders for CPKInfo
impl AsHeaders for CPKInfo
type Iter = IntoIter<(HeaderName, HeaderValue)>
fn as_headers(&self) -> Self::Iter
Auto Trait Implementations§
impl Freeze for CPKInfo
impl RefUnwindSafe for CPKInfo
impl Send for CPKInfo
impl Sync for CPKInfo
impl Unpin for CPKInfo
impl UnwindSafe for CPKInfo
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