pub struct SentenceConfig { /* private fields */ }Expand description
The actual structure of the config. To build it, use SentenceConfigBuilder.
Trait Implementations§
Source§impl Clone for SentenceConfig
impl Clone for SentenceConfig
Source§fn clone(&self) -> SentenceConfig
fn clone(&self) -> SentenceConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SentenceConfig
impl Eq for SentenceConfig
Source§impl Ord for SentenceConfig
impl Ord for SentenceConfig
Source§fn cmp(&self, other: &SentenceConfig) -> Ordering
fn cmp(&self, other: &SentenceConfig) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SentenceConfig
impl PartialEq for SentenceConfig
Source§impl PartialOrd for SentenceConfig
impl PartialOrd for SentenceConfig
impl StructuralPartialEq for SentenceConfig
Auto Trait Implementations§
impl Freeze for SentenceConfig
impl RefUnwindSafe for SentenceConfig
impl Send for SentenceConfig
impl Sync for SentenceConfig
impl Unpin for SentenceConfig
impl UnsafeUnpin for SentenceConfig
impl UnwindSafe for SentenceConfig
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