Struct planus_types::ast::NamespacePath
source · pub struct NamespacePath {
pub span: Span,
pub parts: Vec<RawIdentifier>,
}Fields§
§span: Span§parts: Vec<RawIdentifier>Trait Implementations§
source§impl Clone for NamespacePath
impl Clone for NamespacePath
source§fn clone(&self) -> NamespacePath
fn clone(&self) -> NamespacePath
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 NamespacePath
impl Send for NamespacePath
impl Sync for NamespacePath
impl Unpin for NamespacePath
impl UnwindSafe for NamespacePath
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