pub struct SentenceFromBytes(pub Vec<WordFromBytes>);Tuple Fields§
§0: Vec<WordFromBytes>Trait Implementations§
Source§impl Clone for SentenceFromBytes
impl Clone for SentenceFromBytes
Source§fn clone(&self) -> SentenceFromBytes
fn clone(&self) -> SentenceFromBytes
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 SentenceFromBytes
impl Debug for SentenceFromBytes
Source§impl Default for SentenceFromBytes
impl Default for SentenceFromBytes
Source§fn default() -> SentenceFromBytes
fn default() -> SentenceFromBytes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SentenceFromBytes
impl<'de> Deserialize<'de> for SentenceFromBytes
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<SentenceFromBytes> for Sentence
impl From<SentenceFromBytes> for Sentence
Source§fn from(sfb: SentenceFromBytes) -> Self
fn from(sfb: SentenceFromBytes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SentenceFromBytes
impl PartialEq for SentenceFromBytes
Source§impl PartialOrd for SentenceFromBytes
impl PartialOrd for SentenceFromBytes
impl StructuralPartialEq for SentenceFromBytes
Auto Trait Implementations§
impl Freeze for SentenceFromBytes
impl RefUnwindSafe for SentenceFromBytes
impl Send for SentenceFromBytes
impl Sync for SentenceFromBytes
impl Unpin for SentenceFromBytes
impl UnwindSafe for SentenceFromBytes
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