pub struct InjectOptions {
pub server_address: Option<String>,
pub inject_sub_process: bool,
pub includes_system_process: bool,
}Fields§
§server_address: Option<String>§inject_sub_process: bool§includes_system_process: boolTrait Implementations§
Source§impl Clone for InjectOptions
impl Clone for InjectOptions
Source§fn clone(&self) -> InjectOptions
fn clone(&self) -> InjectOptions
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<'de> Deserialize<'de> for InjectOptions
impl<'de> Deserialize<'de> for InjectOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InjectOptions
impl RefUnwindSafe for InjectOptions
impl Send for InjectOptions
impl Sync for InjectOptions
impl Unpin for InjectOptions
impl UnwindSafe for InjectOptions
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