pub struct AutoProxySettings {
pub autoproxy_mode: AutoProxyMode,
pub autoproxy_member: Option<String>,
pub last_latch_timestamp: Option<OffsetDateTime>,
}Fields§
§autoproxy_mode: AutoProxyMode§autoproxy_member: Option<String>§last_latch_timestamp: Option<OffsetDateTime>Trait Implementations§
Source§impl Debug for AutoProxySettings
impl Debug for AutoProxySettings
Source§impl<'de> Deserialize<'de> for AutoProxySettings
impl<'de> Deserialize<'de> for AutoProxySettings
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 AutoProxySettings
impl RefUnwindSafe for AutoProxySettings
impl Send for AutoProxySettings
impl Sync for AutoProxySettings
impl Unpin for AutoProxySettings
impl UnsafeUnpin for AutoProxySettings
impl UnwindSafe for AutoProxySettings
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