Enum rushmap_core::option::PortListOption
source · pub enum PortListOption {
Default,
All,
Wellknown,
Custom,
}Variants§
Trait Implementations§
source§impl Clone for PortListOption
impl Clone for PortListOption
source§fn clone(&self) -> PortListOption
fn clone(&self) -> PortListOption
Returns a copy 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 PortListOption
impl Debug for PortListOption
source§impl<'de> Deserialize<'de> for PortListOption
impl<'de> Deserialize<'de> for PortListOption
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<PortListOption> for PortListOption
impl PartialEq<PortListOption> for PortListOption
source§fn eq(&self, other: &PortListOption) -> bool
fn eq(&self, other: &PortListOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PortListOption
impl Serialize for PortListOption
impl Copy for PortListOption
impl StructuralPartialEq for PortListOption
Auto Trait Implementations§
impl RefUnwindSafe for PortListOption
impl Send for PortListOption
impl Sync for PortListOption
impl Unpin for PortListOption
impl UnwindSafe for PortListOption
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