Variants
Module(Box<Keyword>)
Macromodule(Box<Keyword>)
Trait Implementations
sourceimpl Clone for ModuleKeyword
impl Clone for ModuleKeyword
sourcefn clone(&self) -> ModuleKeyword
fn clone(&self) -> ModuleKeyword
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 ModuleKeyword
impl Debug for ModuleKeyword
sourceimpl<'a> From<&'a ModuleKeyword> for RefNodes<'a>
impl<'a> From<&'a ModuleKeyword> for RefNodes<'a>
sourcefn from(x: &'a ModuleKeyword) -> Self
fn from(x: &'a ModuleKeyword) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModuleKeyword> for RefNode<'a>
impl<'a> From<&'a ModuleKeyword> for RefNode<'a>
sourcefn from(x: &'a ModuleKeyword) -> Self
fn from(x: &'a ModuleKeyword) -> Self
Converts to this type from the input type.
sourceimpl From<ModuleKeyword> for AnyNode
impl From<ModuleKeyword> for AnyNode
sourcefn from(x: ModuleKeyword) -> Self
fn from(x: ModuleKeyword) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModuleKeyword
impl<'a> IntoIterator for &'a ModuleKeyword
sourceimpl PartialEq<ModuleKeyword> for ModuleKeyword
impl PartialEq<ModuleKeyword> for ModuleKeyword
sourcefn eq(&self, other: &ModuleKeyword) -> bool
fn eq(&self, other: &ModuleKeyword) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModuleKeyword) -> bool
fn ne(&self, other: &ModuleKeyword) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModuleKeyword> for Locate
impl<'a> TryFrom<&'a ModuleKeyword> for Locate
sourceimpl TryFrom<AnyNode> for ModuleKeyword
impl TryFrom<AnyNode> for ModuleKeyword
sourceimpl TryFrom<ModuleKeyword> for Locate
impl TryFrom<ModuleKeyword> for Locate
impl StructuralPartialEq for ModuleKeyword
Auto Trait Implementations
impl RefUnwindSafe for ModuleKeyword
impl Send for ModuleKeyword
impl Sync for ModuleKeyword
impl Unpin for ModuleKeyword
impl UnwindSafe for ModuleKeyword
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