pub enum ScopeType {
Global,
Closure,
Block,
}
Variants
Global
Closure
Block
Trait Implementations
impl Copy for ScopeType
impl Eq for ScopeType
impl StructuralEq for ScopeType
impl StructuralPartialEq for ScopeType
Auto Trait Implementations
impl RefUnwindSafe for ScopeType
impl Send for ScopeType
impl Sync for ScopeType
impl Unpin for ScopeType
impl UnwindSafe for ScopeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more