pub struct CodeWordBlock(/* private fields */);
Trait Implementations§
Source§impl Clone for CodeWordBlock
impl Clone for CodeWordBlock
Source§fn clone(&self) -> CodeWordBlock
fn clone(&self) -> CodeWordBlock
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 CodeWordBlock
impl Debug for CodeWordBlock
impl Copy for CodeWordBlock
Auto Trait Implementations§
impl Freeze for CodeWordBlock
impl RefUnwindSafe for CodeWordBlock
impl Send for CodeWordBlock
impl Sync for CodeWordBlock
impl Unpin for CodeWordBlock
impl UnwindSafe for CodeWordBlock
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