pub struct SkipStmt();
Trait Implementations§
impl StructuralPartialEq for SkipStmt
Auto Trait Implementations§
impl Freeze for SkipStmt
impl RefUnwindSafe for SkipStmt
impl Send for SkipStmt
impl Sync for SkipStmt
impl Unpin for SkipStmt
impl UnwindSafe for SkipStmt
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