pub struct ExtensionProperties {
pub application_identification: Option<String>,
pub max_cll: Option<u32>,
pub max_fall: Option<u32>,
}Fields§
§application_identification: Option<String>§max_cll: Option<u32>§max_fall: Option<u32>Trait Implementations§
Source§impl Clone for ExtensionProperties
impl Clone for ExtensionProperties
Source§fn clone(&self) -> ExtensionProperties
fn clone(&self) -> ExtensionProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExtensionProperties
impl Debug for ExtensionProperties
Source§impl<'de> Deserialize<'de> for ExtensionProperties
impl<'de> Deserialize<'de> for ExtensionProperties
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 ExtensionProperties
impl PartialEq for ExtensionProperties
Source§fn eq(&self, other: &ExtensionProperties) -> bool
fn eq(&self, other: &ExtensionProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExtensionProperties
impl Serialize for ExtensionProperties
impl StructuralPartialEq for ExtensionProperties
Auto Trait Implementations§
impl Freeze for ExtensionProperties
impl RefUnwindSafe for ExtensionProperties
impl Send for ExtensionProperties
impl Sync for ExtensionProperties
impl Unpin for ExtensionProperties
impl UnsafeUnpin for ExtensionProperties
impl UnwindSafe for ExtensionProperties
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