pub struct IPRoyaleConfiguration {
pub residential_user_hash: String,
pub port: u16,
pub configuration: String,
pub whitelist_entry: Option<WhitelistEntry>,
}
Expand description
The ip royale configuration for the proxy.
Fields§
§residential_user_hash: String
The residential user hash
port: u16
The port
configuration: String
The configuration type
whitelist_entry: Option<WhitelistEntry>
The proxy ip results when whitelisting
Trait Implementations§
Source§impl Clone for IPRoyaleConfiguration
impl Clone for IPRoyaleConfiguration
Source§fn clone(&self) -> IPRoyaleConfiguration
fn clone(&self) -> IPRoyaleConfiguration
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 IPRoyaleConfiguration
impl Debug for IPRoyaleConfiguration
Source§impl Default for IPRoyaleConfiguration
impl Default for IPRoyaleConfiguration
Source§fn default() -> IPRoyaleConfiguration
fn default() -> IPRoyaleConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IPRoyaleConfiguration
impl RefUnwindSafe for IPRoyaleConfiguration
impl Send for IPRoyaleConfiguration
impl Sync for IPRoyaleConfiguration
impl Unpin for IPRoyaleConfiguration
impl UnwindSafe for IPRoyaleConfiguration
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