pub enum GlobalFlag {
None,
Itself,
Imposed(NameSpace),
}Variants§
Trait Implementations§
Source§impl Clone for GlobalFlag
impl Clone for GlobalFlag
Source§fn clone(&self) -> GlobalFlag
fn clone(&self) -> GlobalFlag
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 GlobalFlag
impl Debug for GlobalFlag
Source§impl Default for GlobalFlag
impl Default for GlobalFlag
Source§fn default() -> GlobalFlag
fn default() -> GlobalFlag
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GlobalFlag
impl RefUnwindSafe for GlobalFlag
impl Send for GlobalFlag
impl Sync for GlobalFlag
impl Unpin for GlobalFlag
impl UnwindSafe for GlobalFlag
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