pub struct PhraseId { /* private fields */ }Trait Implementations§
impl Copy for PhraseId
impl Eq for PhraseId
impl StructuralPartialEq for PhraseId
Auto Trait Implementations§
impl Freeze for PhraseId
impl RefUnwindSafe for PhraseId
impl Send for PhraseId
impl Sync for PhraseId
impl Unpin for PhraseId
impl UnwindSafe for PhraseId
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