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