pub struct SwitchPortConfigCreate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SwitchPortConfigCreate
impl Clone for SwitchPortConfigCreate
Source§fn clone(&self) -> SwitchPortConfigCreate
fn clone(&self) -> SwitchPortConfigCreate
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 Debug for SwitchPortConfigCreate
impl Debug for SwitchPortConfigCreate
Source§impl Default for SwitchPortConfigCreate
impl Default for SwitchPortConfigCreate
Source§impl From<SwitchPortConfigCreate> for SwitchPortConfigCreate
impl From<SwitchPortConfigCreate> for SwitchPortConfigCreate
Source§fn from(value: SwitchPortConfigCreate) -> Self
fn from(value: SwitchPortConfigCreate) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SwitchPortConfigCreate> for SwitchPortConfigCreate
impl TryFrom<SwitchPortConfigCreate> for SwitchPortConfigCreate
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SwitchPortConfigCreate) -> Result<Self, ConversionError>
fn try_from(value: SwitchPortConfigCreate) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SwitchPortConfigCreate
impl RefUnwindSafe for SwitchPortConfigCreate
impl Send for SwitchPortConfigCreate
impl Sync for SwitchPortConfigCreate
impl Unpin for SwitchPortConfigCreate
impl UnsafeUnpin for SwitchPortConfigCreate
impl UnwindSafe for SwitchPortConfigCreate
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