pub struct Prologue(/* private fields */);Expand description
Line that precedes a block.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prologue
impl RefUnwindSafe for Prologue
impl Send for Prologue
impl Sync for Prologue
impl Unpin for Prologue
impl UnwindSafe for Prologue
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