pub enum NamespaceBody {
Braced(Box<Block>),
Simple,
}Variants§
Trait Implementations§
Source§impl Clone for NamespaceBody
impl Clone for NamespaceBody
Source§fn clone(&self) -> NamespaceBody
fn clone(&self) -> NamespaceBody
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 NamespaceBody
impl Debug for NamespaceBody
Auto Trait Implementations§
impl Freeze for NamespaceBody
impl RefUnwindSafe for NamespaceBody
impl Send for NamespaceBody
impl Sync for NamespaceBody
impl Unpin for NamespaceBody
impl UnsafeUnpin for NamespaceBody
impl UnwindSafe for NamespaceBody
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