pub struct RevocationsSource {
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 RevocationsSource
impl Clone for RevocationsSource
Source§fn clone(&self) -> RevocationsSource
fn clone(&self) -> RevocationsSource
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 RevocationsSource
impl RefUnwindSafe for RevocationsSource
impl Send for RevocationsSource
impl Sync for RevocationsSource
impl Unpin for RevocationsSource
impl UnwindSafe for RevocationsSource
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