pub enum InterfaceSettingInputKind {
Boolean,
Unsigned,
Signed,
Decimal,
Text,
List,
Port,
}Variants§
Trait Implementations§
Source§impl Clone for InterfaceSettingInputKind
impl Clone for InterfaceSettingInputKind
Source§fn clone(&self) -> InterfaceSettingInputKind
fn clone(&self) -> InterfaceSettingInputKind
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 moreimpl Copy for InterfaceSettingInputKind
Source§impl Debug for InterfaceSettingInputKind
impl Debug for InterfaceSettingInputKind
impl Eq for InterfaceSettingInputKind
impl StructuralPartialEq for InterfaceSettingInputKind
Auto Trait Implementations§
impl Freeze for InterfaceSettingInputKind
impl RefUnwindSafe for InterfaceSettingInputKind
impl Send for InterfaceSettingInputKind
impl Sync for InterfaceSettingInputKind
impl Unpin for InterfaceSettingInputKind
impl UnsafeUnpin for InterfaceSettingInputKind
impl UnwindSafe for InterfaceSettingInputKind
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