pub struct ProviderRelayTestOptions {
pub home_dir: Option<PathBuf>,
pub platform_state_dir: Option<PathBuf>,
pub peer_alias: Option<String>,
pub platform_base_url: Option<String>,
pub webhook_token: Option<String>,
pub connector_base_url: Option<String>,
pub message: Option<String>,
pub session_id: Option<String>,
pub skip_preflight: bool,
}Fields§
§home_dir: Option<PathBuf>§platform_state_dir: Option<PathBuf>§peer_alias: Option<String>§platform_base_url: Option<String>§webhook_token: Option<String>§connector_base_url: Option<String>§message: Option<String>§session_id: Option<String>§skip_preflight: boolTrait Implementations§
Source§impl Clone for ProviderRelayTestOptions
impl Clone for ProviderRelayTestOptions
Source§fn clone(&self) -> ProviderRelayTestOptions
fn clone(&self) -> ProviderRelayTestOptions
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 ProviderRelayTestOptions
impl Debug for ProviderRelayTestOptions
Source§impl Default for ProviderRelayTestOptions
impl Default for ProviderRelayTestOptions
Source§fn default() -> ProviderRelayTestOptions
fn default() -> ProviderRelayTestOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderRelayTestOptions
impl<'de> Deserialize<'de> for ProviderRelayTestOptions
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
Source§impl PartialEq for ProviderRelayTestOptions
impl PartialEq for ProviderRelayTestOptions
Source§impl Serialize for ProviderRelayTestOptions
impl Serialize for ProviderRelayTestOptions
impl Eq for ProviderRelayTestOptions
impl StructuralPartialEq for ProviderRelayTestOptions
Auto Trait Implementations§
impl Freeze for ProviderRelayTestOptions
impl RefUnwindSafe for ProviderRelayTestOptions
impl Send for ProviderRelayTestOptions
impl Sync for ProviderRelayTestOptions
impl Unpin for ProviderRelayTestOptions
impl UnsafeUnpin for ProviderRelayTestOptions
impl UnwindSafe for ProviderRelayTestOptions
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