Enum rustc_ast::ast::BlockCheckMode
source · pub enum BlockCheckMode {
Default,
Unsafe(UnsafeSource),
}
Variants
Default
Unsafe(UnsafeSource)
Trait Implementations
sourceimpl Clone for BlockCheckMode
impl Clone for BlockCheckMode
sourcefn clone(&self) -> BlockCheckMode
fn clone(&self) -> BlockCheckMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BlockCheckMode
impl Debug for BlockCheckMode
sourceimpl<__D: Decoder> Decodable<__D> for BlockCheckMode
impl<__D: Decoder> Decodable<__D> for BlockCheckMode
sourceimpl<__E: Encoder> Encodable<__E> for BlockCheckMode
impl<__E: Encoder> Encodable<__E> for BlockCheckMode
sourceimpl PartialEq<BlockCheckMode> for BlockCheckMode
impl PartialEq<BlockCheckMode> for BlockCheckMode
sourcefn eq(&self, other: &BlockCheckMode) -> bool
fn eq(&self, other: &BlockCheckMode) -> bool
impl Copy for BlockCheckMode
impl StructuralPartialEq for BlockCheckMode
Auto Trait Implementations
impl RefUnwindSafe for BlockCheckMode
impl Send for BlockCheckMode
impl Sync for BlockCheckMode
impl Unpin for BlockCheckMode
impl UnwindSafe for BlockCheckMode
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
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Default
: 0 bytesUnsafe
: 1 byte