Enum gds::GdsContext
source · 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 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