pub struct FtError;
Expand description
Generic error emitted by ftparser functions
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FtError
impl Send for FtError
impl Sync for FtError
impl Unpin for FtError
impl UnwindSafe for FtError
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