pub struct UnsafeBlock {
pub extent: Extent,
pub body: Box<Block>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§body: Box<Block>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for UnsafeBlock
impl Debug for UnsafeBlock
Source§impl<'a> Index<&'a UnsafeBlock> for str
impl<'a> Index<&'a UnsafeBlock> for str
Source§impl Index<UnsafeBlock> for str
impl Index<UnsafeBlock> for str
Auto Trait Implementations§
impl Freeze for UnsafeBlock
impl RefUnwindSafe for UnsafeBlock
impl Send for UnsafeBlock
impl Sync for UnsafeBlock
impl Unpin for UnsafeBlock
impl UnsafeUnpin for UnsafeBlock
impl UnwindSafe for UnsafeBlock
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