pub struct Del<'a> {
pub target: DelTargetExpression<'a>,
pub whitespace_after_del: SimpleWhitespace<'a>,
pub semicolon: Option<Semicolon<'a>>,
}
Fields§
§target: DelTargetExpression<'a>
§whitespace_after_del: SimpleWhitespace<'a>
§semicolon: Option<Semicolon<'a>>
Trait Implementations§
impl<'a> Eq for Del<'a>
impl<'a> StructuralPartialEq for Del<'a>
Auto Trait Implementations§
impl<'a> Freeze for Del<'a>
impl<'a> RefUnwindSafe for Del<'a>
impl<'a> Send for Del<'a>
impl<'a> Sync for Del<'a>
impl<'a> Unpin for Del<'a>
impl<'a> UnwindSafe for Del<'a>
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