pub struct StatusConfigSettings {
pub allow_tcp_fallback_relay: Option<bool>,
pub port_mapping_enabled: Option<bool>,
pub primary_port: Option<i64>,
}
Fields§
§allow_tcp_fallback_relay: Option<bool>
§port_mapping_enabled: Option<bool>
§primary_port: Option<i64>
Trait Implementations§
Source§impl Clone for StatusConfigSettings
impl Clone for StatusConfigSettings
Source§fn clone(&self) -> StatusConfigSettings
fn clone(&self) -> StatusConfigSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StatusConfigSettings
impl Debug for StatusConfigSettings
Source§impl<'de> Deserialize<'de> for StatusConfigSettings
impl<'de> Deserialize<'de> for StatusConfigSettings
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 StatusConfigSettings
impl RefUnwindSafe for StatusConfigSettings
impl Send for StatusConfigSettings
impl Sync for StatusConfigSettings
impl Unpin for StatusConfigSettings
impl UnwindSafe for StatusConfigSettings
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