pub struct BatchEncoding {
pub encodings: Vec<Encoding>,
}Fields§
§encodings: Vec<Encoding>Auto Trait Implementations§
impl Freeze for BatchEncoding
impl RefUnwindSafe for BatchEncoding
impl Send for BatchEncoding
impl Sync for BatchEncoding
impl Unpin for BatchEncoding
impl UnwindSafe for BatchEncoding
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