pub struct TopLevelMutation {
pub protocol_parent_url: Option<Url>,
pub allow_insecure_tls: bool,
pub protocol_child_port: Option<u16>,
pub mutator_http_api_port: Option<u16>,
pub mutator_attributes: MutatorAttributes,
pub external_mutator_urls: Vec<Url>,
}Fields§
§protocol_parent_url: Option<Url>§allow_insecure_tls: bool§protocol_child_port: Option<u16>§mutator_http_api_port: Option<u16>§mutator_attributes: MutatorAttributes§external_mutator_urls: Vec<Url>Trait Implementations§
Source§impl Clone for TopLevelMutation
impl Clone for TopLevelMutation
Source§fn clone(&self) -> TopLevelMutation
fn clone(&self) -> TopLevelMutation
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 TopLevelMutation
impl Debug for TopLevelMutation
Source§impl Default for TopLevelMutation
impl Default for TopLevelMutation
Source§fn default() -> TopLevelMutation
fn default() -> TopLevelMutation
Returns the “default value” for a type. Read more
Source§impl PartialEq for TopLevelMutation
impl PartialEq for TopLevelMutation
impl Eq for TopLevelMutation
impl StructuralPartialEq for TopLevelMutation
Auto Trait Implementations§
impl Freeze for TopLevelMutation
impl RefUnwindSafe for TopLevelMutation
impl Send for TopLevelMutation
impl Sync for TopLevelMutation
impl Unpin for TopLevelMutation
impl UnwindSafe for TopLevelMutation
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