pub struct CrossedOut;
Expand description
Crossed out text (not widely supported).
Trait Implementations§
Source§impl AsRef<[u8]> for CrossedOut
impl AsRef<[u8]> for CrossedOut
Source§impl AsRef<str> for CrossedOut
impl AsRef<str> for CrossedOut
Source§impl Clone for CrossedOut
impl Clone for CrossedOut
Source§fn clone(&self) -> CrossedOut
fn clone(&self) -> CrossedOut
Returns a copy 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 Display for CrossedOut
impl Display for CrossedOut
impl Copy for CrossedOut
Auto Trait Implementations§
impl Freeze for CrossedOut
impl RefUnwindSafe for CrossedOut
impl Send for CrossedOut
impl Sync for CrossedOut
impl Unpin for CrossedOut
impl UnwindSafe for CrossedOut
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)