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