pub struct ExcerptSchema {
pub length: usize,
}Fields§
§length: usizeImplementations§
Trait Implementations§
Source§impl Default for ExcerptSchema
impl Default for ExcerptSchema
Auto Trait Implementations§
impl Freeze for ExcerptSchema
impl RefUnwindSafe for ExcerptSchema
impl Send for ExcerptSchema
impl Sync for ExcerptSchema
impl Unpin for ExcerptSchema
impl UnsafeUnpin for ExcerptSchema
impl UnwindSafe for ExcerptSchema
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