pub struct NotFoundV1 {}Implementations§
Source§impl NotFoundV1
impl NotFoundV1
Trait Implementations§
Source§impl Clone for NotFoundV1
impl Clone for NotFoundV1
Source§fn clone(&self) -> NotFoundV1
fn clone(&self) -> NotFoundV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotFoundV1
impl Debug for NotFoundV1
Source§impl Default for NotFoundV1
impl Default for NotFoundV1
Auto Trait Implementations§
impl Freeze for NotFoundV1
impl RefUnwindSafe for NotFoundV1
impl Send for NotFoundV1
impl Sync for NotFoundV1
impl Unpin for NotFoundV1
impl UnsafeUnpin for NotFoundV1
impl UnwindSafe for NotFoundV1
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