pub struct NetworkSubtype1MulticastSubscriptionsItem {
pub adi: Option<i64>,
pub mac: Option<String>,
}
Fields§
§adi: Option<i64>
§mac: Option<String>
Trait Implementations§
Source§impl Clone for NetworkSubtype1MulticastSubscriptionsItem
impl Clone for NetworkSubtype1MulticastSubscriptionsItem
Source§fn clone(&self) -> NetworkSubtype1MulticastSubscriptionsItem
fn clone(&self) -> NetworkSubtype1MulticastSubscriptionsItem
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<'de> Deserialize<'de> for NetworkSubtype1MulticastSubscriptionsItem
impl<'de> Deserialize<'de> for NetworkSubtype1MulticastSubscriptionsItem
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 NetworkSubtype1MulticastSubscriptionsItem
impl RefUnwindSafe for NetworkSubtype1MulticastSubscriptionsItem
impl Send for NetworkSubtype1MulticastSubscriptionsItem
impl Sync for NetworkSubtype1MulticastSubscriptionsItem
impl Unpin for NetworkSubtype1MulticastSubscriptionsItem
impl UnwindSafe for NetworkSubtype1MulticastSubscriptionsItem
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