pub struct Pool(pub Vec<Sentence>);Tuple Fields§
§0: Vec<Sentence>Trait Implementations§
Source§impl From<PoolFromBytes> for Pool
impl From<PoolFromBytes> for Pool
Source§fn from(pfb: PoolFromBytes) -> Self
fn from(pfb: PoolFromBytes) -> Self
Converts to this type from the input type.
Source§impl PartialOrd for Pool
impl PartialOrd for Pool
Source§impl Serialize for Pool
impl Serialize for Pool
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for Pool
Auto Trait Implementations§
impl Freeze for Pool
impl RefUnwindSafe for Pool
impl Send for Pool
impl Sync for Pool
impl Unpin for Pool
impl UnwindSafe for Pool
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