pub struct DecodeBlockReservation { /* private fields */ }Auto Trait Implementations§
impl !RefUnwindSafe for DecodeBlockReservation
impl !UnwindSafe for DecodeBlockReservation
impl Freeze for DecodeBlockReservation
impl Send for DecodeBlockReservation
impl Sync for DecodeBlockReservation
impl Unpin for DecodeBlockReservation
impl UnsafeUnpin for DecodeBlockReservation
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