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