pub struct SchemaOptions {
pub terms_len: usize,
}Fields§
§terms_len: usizeAuto Trait Implementations§
impl Freeze for SchemaOptions
impl RefUnwindSafe for SchemaOptions
impl Send for SchemaOptions
impl Sync for SchemaOptions
impl Unpin for SchemaOptions
impl UnwindSafe for SchemaOptions
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