pub struct SctRef(/* private fields */);Expand description
A reference to a openssl SCT struct.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SctRef
impl !RefUnwindSafe for SctRef
impl Send for SctRef
impl !Sync for SctRef
impl Unpin for SctRef
impl UnsafeUnpin for SctRef
impl UnwindSafe for SctRef
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