pub enum OperationAttributeId {
Unspecified,
Id,
Flags,
}
Variants§
Trait Implementations§
Source§impl Clone for OperationAttributeId
impl Clone for OperationAttributeId
Source§fn clone(&self) -> OperationAttributeId
fn clone(&self) -> OperationAttributeId
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 ConvertFrom<u16> for OperationAttributeId
impl ConvertFrom<u16> for OperationAttributeId
fn convert_from(v: u16) -> Option<Self>
Source§impl Debug for OperationAttributeId
impl Debug for OperationAttributeId
Source§impl From<OperationAttributeId> for u16
impl From<OperationAttributeId> for u16
Source§fn from(v: OperationAttributeId) -> Self
fn from(v: OperationAttributeId) -> Self
Converts to this type from the input type.
Source§impl From<u16> for OperationAttributeId
impl From<u16> for OperationAttributeId
Source§impl PartialEq<OperationAttributeId> for u16
impl PartialEq<OperationAttributeId> for u16
Source§fn eq(&self, other: &OperationAttributeId) -> bool
fn eq(&self, other: &OperationAttributeId) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§fn ne(&self, other: &OperationAttributeId) -> bool
fn ne(&self, other: &OperationAttributeId) -> bool
Tests for
!=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.Source§impl PartialEq for OperationAttributeId
impl PartialEq for OperationAttributeId
impl Eq for OperationAttributeId
impl StructuralPartialEq for OperationAttributeId
Auto Trait Implementations§
impl Freeze for OperationAttributeId
impl RefUnwindSafe for OperationAttributeId
impl Send for OperationAttributeId
impl Sync for OperationAttributeId
impl Unpin for OperationAttributeId
impl UnwindSafe for OperationAttributeId
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