pub struct NamespaceDecl {
pub name: ScopedIdent,
}Fields§
§name: ScopedIdentTrait Implementations§
Source§impl Clone for NamespaceDecl
impl Clone for NamespaceDecl
Source§fn clone(&self) -> NamespaceDecl
fn clone(&self) -> NamespaceDecl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceDecl
impl Debug for NamespaceDecl
Source§impl PartialEq for NamespaceDecl
impl PartialEq for NamespaceDecl
Source§fn eq(&self, other: &NamespaceDecl) -> bool
fn eq(&self, other: &NamespaceDecl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NamespaceDecl
Auto Trait Implementations§
impl Freeze for NamespaceDecl
impl RefUnwindSafe for NamespaceDecl
impl Send for NamespaceDecl
impl Sync for NamespaceDecl
impl Unpin for NamespaceDecl
impl UnsafeUnpin for NamespaceDecl
impl UnwindSafe for NamespaceDecl
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