pub struct Sct(/* private fields */);Expand description
An owned reference to a openssl SCT struct.
Methods from Deref<Target = SctRef>§
pub fn version(&self) -> Option<SCTVersion>
pub fn log_id(&self) -> &[u8] ⓘ
pub fn timestamp(&self) -> u64
pub fn extensions(&self) -> &[u8] ⓘ
pub fn signature_algorithm(&self) -> Option<SignatureAlgorithm>
pub fn raw_signature(&self) -> &[u8] ⓘ
Trait Implementations§
Source§impl ForeignType for Sct
impl ForeignType for Sct
Auto Trait Implementations§
impl Freeze for Sct
impl RefUnwindSafe for Sct
impl !Send for Sct
impl !Sync for Sct
impl Unpin for Sct
impl UnwindSafe for Sct
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