Variants
Import(Box<Keyword>)
Export(Box<Keyword>)
Trait Implementations
sourceimpl Clone for ImportExport
impl Clone for ImportExport
sourcefn clone(&self) -> ImportExport
fn clone(&self) -> ImportExport
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ImportExport
impl Debug for ImportExport
sourceimpl<'a> From<&'a ImportExport> for RefNodes<'a>
impl<'a> From<&'a ImportExport> for RefNodes<'a>
sourcefn from(x: &'a ImportExport) -> Self
fn from(x: &'a ImportExport) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ImportExport> for RefNode<'a>
impl<'a> From<&'a ImportExport> for RefNode<'a>
sourcefn from(x: &'a ImportExport) -> Self
fn from(x: &'a ImportExport) -> Self
Converts to this type from the input type.
sourceimpl From<ImportExport> for AnyNode
impl From<ImportExport> for AnyNode
sourcefn from(x: ImportExport) -> Self
fn from(x: ImportExport) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ImportExport
impl<'a> IntoIterator for &'a ImportExport
sourceimpl PartialEq<ImportExport> for ImportExport
impl PartialEq<ImportExport> for ImportExport
sourcefn eq(&self, other: &ImportExport) -> bool
fn eq(&self, other: &ImportExport) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ImportExport) -> bool
fn ne(&self, other: &ImportExport) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ImportExport> for Locate
impl<'a> TryFrom<&'a ImportExport> for Locate
sourceimpl TryFrom<AnyNode> for ImportExport
impl TryFrom<AnyNode> for ImportExport
sourceimpl TryFrom<ImportExport> for Locate
impl TryFrom<ImportExport> for Locate
impl StructuralPartialEq for ImportExport
Auto Trait Implementations
impl RefUnwindSafe for ImportExport
impl Send for ImportExport
impl Sync for ImportExport
impl Unpin for ImportExport
impl UnwindSafe for ImportExport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more