Struct dragonfly_client::config::dfdaemon::Dynconfig
source · pub struct Dynconfig {
pub refresh_interval: Duration,
}
Fields§
§refresh_interval: Duration
Trait Implementations§
source§impl<'de> Deserialize<'de> for Dynconfigwhere
Dynconfig: Default,
impl<'de> Deserialize<'de> for Dynconfigwhere Dynconfig: Default,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'v_a> ValidateArgs<'v_a> for Dynconfig
impl<'v_a> ValidateArgs<'v_a> for Dynconfig
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
Auto Trait Implementations§
impl RefUnwindSafe for Dynconfig
impl Send for Dynconfig
impl Sync for Dynconfig
impl Unpin for Dynconfig
impl UnwindSafe for Dynconfig
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