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 Freeze for NamespacePath
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