pub struct ConfigChanges {
pub endpoints_added: Vec<String>,
pub endpoints_removed: Vec<String>,
pub endpoints_modified: Vec<String>,
pub config_updated: bool,
pub client_rebuilt: bool,
}Fields§
§endpoints_added: Vec<String>§endpoints_removed: Vec<String>§endpoints_modified: Vec<String>§config_updated: bool§client_rebuilt: boolTrait Implementations§
Source§impl Default for ConfigChanges
impl Default for ConfigChanges
Source§fn default() -> ConfigChanges
fn default() -> ConfigChanges
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigChanges
impl RefUnwindSafe for ConfigChanges
impl Send for ConfigChanges
impl Sync for ConfigChanges
impl Unpin for ConfigChanges
impl UnwindSafe for ConfigChanges
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