pub enum NamespaceScope {
All,
ExcludeXml,
}Expand description
Filter for get_namespaces_in_scope
Variants§
Trait Implementations§
Source§impl Clone for NamespaceScope
impl Clone for NamespaceScope
Source§fn clone(&self) -> NamespaceScope
fn clone(&self) -> NamespaceScope
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 moreimpl Copy for NamespaceScope
Source§impl Debug for NamespaceScope
impl Debug for NamespaceScope
impl Eq for NamespaceScope
Source§impl PartialEq for NamespaceScope
impl PartialEq for NamespaceScope
Source§fn eq(&self, other: &NamespaceScope) -> bool
fn eq(&self, other: &NamespaceScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NamespaceScope
Auto Trait Implementations§
impl Freeze for NamespaceScope
impl RefUnwindSafe for NamespaceScope
impl Send for NamespaceScope
impl Sync for NamespaceScope
impl Unpin for NamespaceScope
impl UnsafeUnpin for NamespaceScope
impl UnwindSafe for NamespaceScope
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