pub enum AttributeNodeType {
Null,
Bool,
Unsigned,
Integer,
Float,
String,
Array,
Object,
GeometryRef,
}Variants§
Trait Implementations§
Source§impl Clone for AttributeNodeType
impl Clone for AttributeNodeType
Source§fn clone(&self) -> AttributeNodeType
fn clone(&self) -> AttributeNodeType
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 AttributeNodeType
impl Debug for AttributeNodeType
Source§impl PartialEq for AttributeNodeType
impl PartialEq for AttributeNodeType
impl Copy for AttributeNodeType
impl Eq for AttributeNodeType
impl StructuralPartialEq for AttributeNodeType
Auto Trait Implementations§
impl Freeze for AttributeNodeType
impl RefUnwindSafe for AttributeNodeType
impl Send for AttributeNodeType
impl Sync for AttributeNodeType
impl Unpin for AttributeNodeType
impl UnsafeUnpin for AttributeNodeType
impl UnwindSafe for AttributeNodeType
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