pub struct SeriesNotFound {
pub series: String,
pub suggestions: Vec<&'static str>,
pub total_matches: usize,
}Fields§
§series: String§suggestions: Vec<&'static str>§total_matches: usizeImplementations§
Trait Implementations§
Source§impl Debug for SeriesNotFound
impl Debug for SeriesNotFound
Auto Trait Implementations§
impl Freeze for SeriesNotFound
impl RefUnwindSafe for SeriesNotFound
impl Send for SeriesNotFound
impl Sync for SeriesNotFound
impl Unpin for SeriesNotFound
impl UnsafeUnpin for SeriesNotFound
impl UnwindSafe for SeriesNotFound
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