Struct libcst_native::Del
source · 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§
source§impl<'a> PartialEq<Del<'a>> for Del<'a>
impl<'a> PartialEq<Del<'a>> for Del<'a>
impl<'a> Eq for Del<'a>
impl<'a> StructuralEq for Del<'a>
impl<'a> StructuralPartialEq for Del<'a>
Auto Trait Implementations§
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