pub struct SampleWords { /* private fields */ }Expand description
Small helper used by the Dioxus prototype to display generated identity words.
Implementations§
Trait Implementations§
Source§impl Clone for SampleWords
impl Clone for SampleWords
Source§fn clone(&self) -> SampleWords
fn clone(&self) -> SampleWords
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 SampleWords
impl Debug for SampleWords
Source§impl PartialEq for SampleWords
impl PartialEq for SampleWords
impl Eq for SampleWords
impl StructuralPartialEq for SampleWords
Auto Trait Implementations§
impl Freeze for SampleWords
impl RefUnwindSafe for SampleWords
impl Send for SampleWords
impl Sync for SampleWords
impl Unpin for SampleWords
impl UnsafeUnpin for SampleWords
impl UnwindSafe for SampleWords
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