pub struct ProxySettingsUpdateInput { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ProxySettingsUpdateInput
impl Clone for ProxySettingsUpdateInput
Source§fn clone(&self) -> ProxySettingsUpdateInput
fn clone(&self) -> ProxySettingsUpdateInput
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 ProxySettingsUpdateInput
impl Debug for ProxySettingsUpdateInput
Source§impl Default for ProxySettingsUpdateInput
impl Default for ProxySettingsUpdateInput
Source§impl From<ProxySettingsUpdateInput> for ProxySettingsUpdateInput
impl From<ProxySettingsUpdateInput> for ProxySettingsUpdateInput
Source§fn from(value: ProxySettingsUpdateInput) -> Self
fn from(value: ProxySettingsUpdateInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ProxySettingsUpdateInput> for ProxySettingsUpdateInput
impl TryFrom<ProxySettingsUpdateInput> for ProxySettingsUpdateInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ProxySettingsUpdateInput) -> Result<Self, ConversionError>
fn try_from(value: ProxySettingsUpdateInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ProxySettingsUpdateInput
impl RefUnwindSafe for ProxySettingsUpdateInput
impl Send for ProxySettingsUpdateInput
impl Sync for ProxySettingsUpdateInput
impl Unpin for ProxySettingsUpdateInput
impl UnwindSafe for ProxySettingsUpdateInput
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