Struct tide_disco::method::ParseMethodError
source · pub struct ParseMethodError;Auto Trait Implementations§
impl Freeze for ParseMethodError
impl RefUnwindSafe for ParseMethodError
impl Send for ParseMethodError
impl Sync for ParseMethodError
impl Unpin for ParseMethodError
impl UnwindSafe for ParseMethodError
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