pub enum GdsContext {
Library,
Struct,
StructRef,
ArrayRef,
Boundary,
Box,
Path,
Text,
Node,
Property,
}
Expand description
An enumeration of each context in which a record can be parsed, primarily for error reporting.
Variants§
Trait Implementations§
Source§impl Clone for GdsContext
impl Clone for GdsContext
Source§fn clone(&self) -> GdsContext
fn clone(&self) -> GdsContext
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 moreAuto Trait Implementations§
impl Freeze for GdsContext
impl RefUnwindSafe for GdsContext
impl Send for GdsContext
impl Sync for GdsContext
impl Unpin for GdsContext
impl UnwindSafe for GdsContext
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