pub struct ConfigMigrationReport {
pub renamed_server_host_to_bind: bool,
pub routing_mode_heuristic_rewritten: bool,
pub deny_on_empty_allowlist_hardened: bool,
pub removed_credit_cooldown_seconds: bool,
}Fields§
§renamed_server_host_to_bind: bool§routing_mode_heuristic_rewritten: bool§deny_on_empty_allowlist_hardened: bool§removed_credit_cooldown_seconds: boolImplementations§
Trait Implementations§
Source§impl Clone for ConfigMigrationReport
impl Clone for ConfigMigrationReport
Source§fn clone(&self) -> ConfigMigrationReport
fn clone(&self) -> ConfigMigrationReport
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 ConfigMigrationReport
impl Debug for ConfigMigrationReport
Source§impl Default for ConfigMigrationReport
impl Default for ConfigMigrationReport
Source§fn default() -> ConfigMigrationReport
fn default() -> ConfigMigrationReport
Returns the “default value” for a type. Read more
Source§impl PartialEq for ConfigMigrationReport
impl PartialEq for ConfigMigrationReport
impl Eq for ConfigMigrationReport
impl StructuralPartialEq for ConfigMigrationReport
Auto Trait Implementations§
impl Freeze for ConfigMigrationReport
impl RefUnwindSafe for ConfigMigrationReport
impl Send for ConfigMigrationReport
impl Sync for ConfigMigrationReport
impl Unpin for ConfigMigrationReport
impl UnsafeUnpin for ConfigMigrationReport
impl UnwindSafe for ConfigMigrationReport
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
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.