pub struct SignedCertificateTimestampBuilder { /* private fields */ }Available on crate features
Network and Debugger and Runtime and Security only.Implementations§
Source§impl SignedCertificateTimestampBuilder
impl SignedCertificateTimestampBuilder
Sourcepub fn log_description(&mut self, v: String) -> &mut Self
pub fn log_description(&mut self, v: String) -> &mut Self
Log name / description.
Sourcepub fn timestamp(&mut self, v: TimeSinceEpoch) -> &mut Self
pub fn timestamp(&mut self, v: TimeSinceEpoch) -> &mut Self
Issuance date.
Sourcepub fn hash_algorithm(&mut self, v: String) -> &mut Self
pub fn hash_algorithm(&mut self, v: String) -> &mut Self
Hash algorithm.
Sourcepub fn signature_algorithm(&mut self, v: String) -> &mut Self
pub fn signature_algorithm(&mut self, v: String) -> &mut Self
Signature algorithm.
Sourcepub fn signature_data(&mut self, v: String) -> &mut Self
pub fn signature_data(&mut self, v: String) -> &mut Self
Signature data.
pub fn build(&mut self) -> Result<SignedCertificateTimestamp, &'static str>
Trait Implementations§
Source§impl Clone for SignedCertificateTimestampBuilder
impl Clone for SignedCertificateTimestampBuilder
Source§fn clone(&self) -> SignedCertificateTimestampBuilder
fn clone(&self) -> SignedCertificateTimestampBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignedCertificateTimestampBuilder
impl RefUnwindSafe for SignedCertificateTimestampBuilder
impl Send for SignedCertificateTimestampBuilder
impl Sync for SignedCertificateTimestampBuilder
impl Unpin for SignedCertificateTimestampBuilder
impl UnwindSafe for SignedCertificateTimestampBuilder
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