#[repr(u32)]pub enum BNScopeType {
OneLineScopeType = 0,
HasSubScopeScopeType = 1,
BlockScopeType = 2,
SwitchScopeType = 3,
CaseScopeType = 4,
}
Variants§
OneLineScopeType = 0
HasSubScopeScopeType = 1
BlockScopeType = 2
SwitchScopeType = 3
CaseScopeType = 4
Trait Implementations§
source§impl Clone for BNScopeType
impl Clone for BNScopeType
source§fn clone(&self) -> BNScopeType
fn clone(&self) -> BNScopeType
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 BNScopeType
impl Debug for BNScopeType
source§impl Hash for BNScopeType
impl Hash for BNScopeType
source§impl PartialEq for BNScopeType
impl PartialEq for BNScopeType
impl Copy for BNScopeType
impl Eq for BNScopeType
impl StructuralPartialEq for BNScopeType
Auto Trait Implementations§
impl Freeze for BNScopeType
impl RefUnwindSafe for BNScopeType
impl Send for BNScopeType
impl Sync for BNScopeType
impl Unpin for BNScopeType
impl UnwindSafe for BNScopeType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)