pub struct UpdateEnvOverrides {
pub enabled: Option<bool>,
pub sources: Option<String>,
pub check_interval_ms: Option<u64>,
pub github_repo: Option<String>,
}Expand description
Release update-check settings read from relay-specific environment variables.
Fields§
§enabled: Option<bool>§sources: Option<String>§check_interval_ms: Option<u64>§github_repo: Option<String>Trait Implementations§
Source§impl Clone for UpdateEnvOverrides
impl Clone for UpdateEnvOverrides
Source§fn clone(&self) -> UpdateEnvOverrides
fn clone(&self) -> UpdateEnvOverrides
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateEnvOverrides
impl Debug for UpdateEnvOverrides
Source§impl Default for UpdateEnvOverrides
impl Default for UpdateEnvOverrides
Source§fn default() -> UpdateEnvOverrides
fn default() -> UpdateEnvOverrides
Returns the “default value” for a type. Read more
impl Eq for UpdateEnvOverrides
Source§impl PartialEq for UpdateEnvOverrides
impl PartialEq for UpdateEnvOverrides
impl StructuralPartialEq for UpdateEnvOverrides
Auto Trait Implementations§
impl Freeze for UpdateEnvOverrides
impl RefUnwindSafe for UpdateEnvOverrides
impl Send for UpdateEnvOverrides
impl Sync for UpdateEnvOverrides
impl Unpin for UpdateEnvOverrides
impl UnsafeUnpin for UpdateEnvOverrides
impl UnwindSafe for UpdateEnvOverrides
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.