pub struct WordListElement<L: AsWordList + ?Sized> {
pub word: L::Word,
pub bits11: Bits11,
}Fields§
§word: L::Word§bits11: Bits11Trait Implementations§
Source§impl<L: Clone + AsWordList + ?Sized> Clone for WordListElement<L>
impl<L: Clone + AsWordList + ?Sized> Clone for WordListElement<L>
Source§fn clone(&self) -> WordListElement<L>
fn clone(&self) -> WordListElement<L>
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 moreAuto Trait Implementations§
impl<L> Freeze for WordListElement<L>
impl<L> RefUnwindSafe for WordListElement<L>
impl<L> Send for WordListElement<L>
impl<L> Sync for WordListElement<L>
impl<L> Unpin for WordListElement<L>
impl<L> UnwindSafe for WordListElement<L>
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