pub struct StrikeThrough(pub Vec<NodeID>);
Tuple Fields§
§0: Vec<NodeID>
Trait Implementations§
Source§impl Clone for StrikeThrough
impl Clone for StrikeThrough
Source§fn clone(&self) -> StrikeThrough
fn clone(&self) -> StrikeThrough
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StrikeThrough
impl Debug for StrikeThrough
Source§impl<'a> From<StrikeThrough> for Expr<'a>
impl<'a> From<StrikeThrough> for Expr<'a>
Source§fn from(original: StrikeThrough) -> Expr<'a>
fn from(original: StrikeThrough) -> Expr<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StrikeThrough
impl RefUnwindSafe for StrikeThrough
impl Send for StrikeThrough
impl Sync for StrikeThrough
impl Unpin for StrikeThrough
impl UnwindSafe for StrikeThrough
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