pub struct L1RESUMER { /* private fields */ }Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for L1RESUMER
impl RefUnwindSafe for L1RESUMER
impl Send for L1RESUMER
impl Sync for L1RESUMER
impl Unpin for L1RESUMER
impl UnwindSafe for L1RESUMER
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