pub struct ApplicationCapability {
pub sctp_port: u16,
}Fields§
§sctp_port: u16Trait Implementations§
Source§impl Clone for ApplicationCapability
impl Clone for ApplicationCapability
Source§fn clone(&self) -> ApplicationCapability
fn clone(&self) -> ApplicationCapability
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 ApplicationCapability
impl Debug for ApplicationCapability
Source§impl Default for ApplicationCapability
impl Default for ApplicationCapability
Source§impl<'de> Deserialize<'de> for ApplicationCapability
impl<'de> Deserialize<'de> for ApplicationCapability
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
impl Eq for ApplicationCapability
Source§impl PartialEq for ApplicationCapability
impl PartialEq for ApplicationCapability
Source§fn eq(&self, other: &ApplicationCapability) -> bool
fn eq(&self, other: &ApplicationCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ApplicationCapability
impl Serialize for ApplicationCapability
impl StructuralPartialEq for ApplicationCapability
Auto Trait Implementations§
impl Freeze for ApplicationCapability
impl RefUnwindSafe for ApplicationCapability
impl Send for ApplicationCapability
impl Sync for ApplicationCapability
impl Unpin for ApplicationCapability
impl UnsafeUnpin for ApplicationCapability
impl UnwindSafe for ApplicationCapability
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.