pub struct PhraseList<'a>(pub Vec<Phrase<'a>>);Tuple Fields§
§0: Vec<Phrase<'a>>Trait Implementations§
Source§impl<'a> Debug for PhraseList<'a>
impl<'a> Debug for PhraseList<'a>
Source§impl<'a> Default for PhraseList<'a>
impl<'a> Default for PhraseList<'a>
Source§fn default() -> PhraseList<'a>
fn default() -> PhraseList<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> PartialEq for PhraseList<'a>
impl<'a> PartialEq for PhraseList<'a>
impl<'a> StructuralPartialEq for PhraseList<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhraseList<'a>
impl<'a> RefUnwindSafe for PhraseList<'a>
impl<'a> Send for PhraseList<'a>
impl<'a> Sync for PhraseList<'a>
impl<'a> Unpin for PhraseList<'a>
impl<'a> UnwindSafe for PhraseList<'a>
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