pub enum AttributeActionCode {
NoStatement,
Unspecified(u8),
}Expand description
UID 295
Variants§
Trait Implementations§
Source§impl Clone for AttributeActionCode
impl Clone for AttributeActionCode
Source§fn clone(&self) -> AttributeActionCode
fn clone(&self) -> AttributeActionCode
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 AttributeActionCode
impl Debug for AttributeActionCode
Source§impl Default for AttributeActionCode
impl Default for AttributeActionCode
Source§impl Display for AttributeActionCode
impl Display for AttributeActionCode
Source§impl From<AttributeActionCode> for u8
impl From<AttributeActionCode> for u8
Source§fn from(value: AttributeActionCode) -> Self
fn from(value: AttributeActionCode) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AttributeActionCode
impl From<u8> for AttributeActionCode
Source§impl Hash for AttributeActionCode
impl Hash for AttributeActionCode
Source§impl PartialEq for AttributeActionCode
impl PartialEq for AttributeActionCode
impl Copy for AttributeActionCode
impl Eq for AttributeActionCode
impl StructuralPartialEq for AttributeActionCode
Auto Trait Implementations§
impl Freeze for AttributeActionCode
impl RefUnwindSafe for AttributeActionCode
impl Send for AttributeActionCode
impl Sync for AttributeActionCode
impl Unpin for AttributeActionCode
impl UnwindSafe for AttributeActionCode
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