Struct wonnx_preprocessing::text::EncodedText
source · pub struct EncodedText {
pub encoding: Encoding,
}
Fields§
§encoding: Encoding
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EncodedText
impl Send for EncodedText
impl Sync for EncodedText
impl Unpin for EncodedText
impl UnwindSafe for EncodedText
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