pub struct ConfigV4MigrationReport {
pub config: ProxyConfigV4,
pub warnings: Vec<String>,
}Fields§
§config: ProxyConfigV4§warnings: Vec<String>Trait Implementations§
Source§impl Clone for ConfigV4MigrationReport
impl Clone for ConfigV4MigrationReport
Source§fn clone(&self) -> ConfigV4MigrationReport
fn clone(&self) -> ConfigV4MigrationReport
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 moreAuto Trait Implementations§
impl Freeze for ConfigV4MigrationReport
impl RefUnwindSafe for ConfigV4MigrationReport
impl Send for ConfigV4MigrationReport
impl Sync for ConfigV4MigrationReport
impl Unpin for ConfigV4MigrationReport
impl UnsafeUnpin for ConfigV4MigrationReport
impl UnwindSafe for ConfigV4MigrationReport
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