#[repr(u8)]pub enum ScopeFlag {
UsesThis = 0,
UsesArguments = 1,
}
Variants§
Trait Implementations§
source§impl PartialEq for ScopeFlag
impl PartialEq for ScopeFlag
impl Copy for ScopeFlag
impl Eq for ScopeFlag
impl StructuralEq for ScopeFlag
impl StructuralPartialEq for ScopeFlag
Auto Trait Implementations§
impl RefUnwindSafe for ScopeFlag
impl Send for ScopeFlag
impl Sync for ScopeFlag
impl Unpin for ScopeFlag
impl UnwindSafe for ScopeFlag
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