pub struct BootstrapNoncesSource {
pub artifact_url: String,
pub signature_url: String,
pub token_file: Option<PathBuf>,
pub trust_path: PathBuf,
pub freshness_window: Duration,
}Fields§
§artifact_url: String§signature_url: String§token_file: Option<PathBuf>§trust_path: PathBuf§freshness_window: DurationTrait Implementations§
Source§impl Clone for BootstrapNoncesSource
impl Clone for BootstrapNoncesSource
Source§fn clone(&self) -> BootstrapNoncesSource
fn clone(&self) -> BootstrapNoncesSource
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 BootstrapNoncesSource
impl RefUnwindSafe for BootstrapNoncesSource
impl Send for BootstrapNoncesSource
impl Sync for BootstrapNoncesSource
impl Unpin for BootstrapNoncesSource
impl UnwindSafe for BootstrapNoncesSource
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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