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