pub enum DefinitionScope {
Ctrler,
Everywhere,
}
Variants§
Trait Implementations§
Source§impl Clone for DefinitionScope
impl Clone for DefinitionScope
Source§fn clone(&self) -> DefinitionScope
fn clone(&self) -> DefinitionScope
Returns a copy 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 DefinitionScope
impl Debug for DefinitionScope
Source§impl PartialEq for DefinitionScope
impl PartialEq for DefinitionScope
impl Eq for DefinitionScope
impl StructuralPartialEq for DefinitionScope
Auto Trait Implementations§
impl Freeze for DefinitionScope
impl RefUnwindSafe for DefinitionScope
impl Send for DefinitionScope
impl Sync for DefinitionScope
impl Unpin for DefinitionScope
impl UnwindSafe for DefinitionScope
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