Enum tokenizers::utils::padding::PaddingStrategy
source · pub enum PaddingStrategy {
BatchLongest,
Fixed(usize),
}
Variants§
Trait Implementations§
source§impl Clone for PaddingStrategy
impl Clone for PaddingStrategy
source§fn clone(&self) -> PaddingStrategy
fn clone(&self) -> PaddingStrategy
Returns a copy 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 PaddingStrategy
impl Debug for PaddingStrategy
source§impl<'de> Deserialize<'de> for PaddingStrategy
impl<'de> Deserialize<'de> for PaddingStrategy
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
Auto Trait Implementations§
impl Freeze for PaddingStrategy
impl RefUnwindSafe for PaddingStrategy
impl Send for PaddingStrategy
impl Sync for PaddingStrategy
impl Unpin for PaddingStrategy
impl UnwindSafe for PaddingStrategy
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