pub struct RulesetConfig {
pub group: String,
pub url: String,
pub interval: u32,
}Fields§
§group: String§url: String§interval: u32Trait Implementations§
Source§impl Clone for RulesetConfig
impl Clone for RulesetConfig
Source§fn clone(&self) -> RulesetConfig
fn clone(&self) -> RulesetConfig
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 moreSource§impl Debug for RulesetConfig
impl Debug for RulesetConfig
Source§impl Default for RulesetConfig
impl Default for RulesetConfig
Source§fn default() -> RulesetConfig
fn default() -> RulesetConfig
Returns the “default value” for a type. Read more
Source§impl Into<RulesetConfig> for RulesetConfigInToml
impl Into<RulesetConfig> for RulesetConfigInToml
Source§fn into(self) -> RulesetConfig
fn into(self) -> RulesetConfig
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for RulesetConfig
impl PartialEq for RulesetConfig
impl StructuralPartialEq for RulesetConfig
Auto Trait Implementations§
impl Freeze for RulesetConfig
impl RefUnwindSafe for RulesetConfig
impl Send for RulesetConfig
impl Sync for RulesetConfig
impl Unpin for RulesetConfig
impl UnwindSafe for RulesetConfig
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