pub enum InternalNamespace {
StringLiteral,
}Variants§
StringLiteral
Trait Implementations§
Source§impl Clone for InternalNamespace
impl Clone for InternalNamespace
Source§fn clone(&self) -> InternalNamespace
fn clone(&self) -> InternalNamespace
Returns a duplicate 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 moreSource§impl Debug for InternalNamespace
impl Debug for InternalNamespace
impl Copy for InternalNamespace
Auto Trait Implementations§
impl Freeze for InternalNamespace
impl RefUnwindSafe for InternalNamespace
impl Send for InternalNamespace
impl Sync for InternalNamespace
impl Unpin for InternalNamespace
impl UnwindSafe for InternalNamespace
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