pub enum TypeAttribute {
Display,
ClosedDomain,
AnonStruct,
}Variants§
Trait Implementations§
Source§impl Clone for TypeAttribute
impl Clone for TypeAttribute
Source§fn clone(&self) -> TypeAttribute
fn clone(&self) -> TypeAttribute
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 TypeAttribute
Source§impl Debug for TypeAttribute
impl Debug for TypeAttribute
impl Eq for TypeAttribute
Source§impl Hash for TypeAttribute
impl Hash for TypeAttribute
Source§impl PartialEq for TypeAttribute
impl PartialEq for TypeAttribute
Source§fn eq(&self, other: &TypeAttribute) -> bool
fn eq(&self, other: &TypeAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TypeAttribute
Auto Trait Implementations§
impl Freeze for TypeAttribute
impl RefUnwindSafe for TypeAttribute
impl Send for TypeAttribute
impl Sync for TypeAttribute
impl Unpin for TypeAttribute
impl UnsafeUnpin for TypeAttribute
impl UnwindSafe for TypeAttribute
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