pub struct DeviceWithConfigContextRequestVirtualChassis {}Implementations§
Trait Implementations§
Source§impl Clone for DeviceWithConfigContextRequestVirtualChassis
impl Clone for DeviceWithConfigContextRequestVirtualChassis
Source§fn clone(&self) -> DeviceWithConfigContextRequestVirtualChassis
fn clone(&self) -> DeviceWithConfigContextRequestVirtualChassis
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DeviceWithConfigContextRequestVirtualChassis
impl Default for DeviceWithConfigContextRequestVirtualChassis
Source§fn default() -> DeviceWithConfigContextRequestVirtualChassis
fn default() -> DeviceWithConfigContextRequestVirtualChassis
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceWithConfigContextRequestVirtualChassis
impl<'de> Deserialize<'de> for DeviceWithConfigContextRequestVirtualChassis
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 DeviceWithConfigContextRequestVirtualChassis
impl PartialEq for DeviceWithConfigContextRequestVirtualChassis
Source§fn eq(&self, other: &DeviceWithConfigContextRequestVirtualChassis) -> bool
fn eq(&self, other: &DeviceWithConfigContextRequestVirtualChassis) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceWithConfigContextRequestVirtualChassis
Auto Trait Implementations§
impl Freeze for DeviceWithConfigContextRequestVirtualChassis
impl RefUnwindSafe for DeviceWithConfigContextRequestVirtualChassis
impl Send for DeviceWithConfigContextRequestVirtualChassis
impl Sync for DeviceWithConfigContextRequestVirtualChassis
impl Unpin for DeviceWithConfigContextRequestVirtualChassis
impl UnwindSafe for DeviceWithConfigContextRequestVirtualChassis
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