pub struct BlockLevel(/* private fields */);
Trait Implementations§
Source§impl<'lt> AsEnum for &'lt BlockLevel
impl<'lt> AsEnum for &'lt BlockLevel
Source§impl<'lt> AsEnum for &'lt mut BlockLevel
impl<'lt> AsEnum for &'lt mut BlockLevel
Source§impl Debug for BlockLevel
impl Debug for BlockLevel
Source§impl From<BlockLevel> for AnyNode
impl From<BlockLevel> for AnyNode
Source§fn from(value: BlockLevel) -> Self
fn from(value: BlockLevel) -> Self
Converts to this type from the input type.
Source§impl From<BlockLevel> for Body
impl From<BlockLevel> for Body
Source§fn from(value: BlockLevel) -> Self
fn from(value: BlockLevel) -> Self
Converts to this type from the input type.
Source§impl From<BodyFnDecl> for BlockLevel
impl From<BodyFnDecl> for BlockLevel
Source§fn from(value: BodyFnDecl) -> Self
fn from(value: BodyFnDecl) -> Self
Converts to this type from the input type.
Source§impl From<Exprs> for BlockLevel
impl From<Exprs> for BlockLevel
Source§impl From<InitVar> for BlockLevel
impl From<InitVar> for BlockLevel
Source§impl From<Operation> for BlockLevel
impl From<Operation> for BlockLevel
Source§impl Identifiable for BlockLevel
impl Identifiable for BlockLevel
Source§impl PartialEq for BlockLevel
impl PartialEq for BlockLevel
Source§impl RefCast for BlockLevel
impl RefCast for BlockLevel
Source§impl SubEnum for BlockLevel
impl SubEnum for BlockLevel
Source§impl<'a> TryFrom<&'a AnyNode> for &'a BlockLevel
impl<'a> TryFrom<&'a AnyNode> for &'a BlockLevel
Source§impl<'a> TryFrom<&'a mut AnyNode> for &'a mut BlockLevel
impl<'a> TryFrom<&'a mut AnyNode> for &'a mut BlockLevel
impl StructuralPartialEq for BlockLevel
Auto Trait Implementations§
impl !Freeze for BlockLevel
impl !RefUnwindSafe for BlockLevel
impl Send for BlockLevel
impl !Sync for BlockLevel
impl Unpin for BlockLevel
impl UnwindSafe for BlockLevel
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