pub struct LimitReleaseOp;Expand description
Marker struct for dispatch_table TypeId keying.
Auto Trait Implementations§
impl Freeze for LimitReleaseOp
impl RefUnwindSafe for LimitReleaseOp
impl Send for LimitReleaseOp
impl Sync for LimitReleaseOp
impl Unpin for LimitReleaseOp
impl UnsafeUnpin for LimitReleaseOp
impl UnwindSafe for LimitReleaseOp
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