pub struct DuplicateLinkDefinitionError;
Trait Implementations§
Source§impl ErrorKind for DuplicateLinkDefinitionError
impl ErrorKind for DuplicateLinkDefinitionError
Auto Trait Implementations§
impl Freeze for DuplicateLinkDefinitionError
impl RefUnwindSafe for DuplicateLinkDefinitionError
impl Send for DuplicateLinkDefinitionError
impl Sync for DuplicateLinkDefinitionError
impl Unpin for DuplicateLinkDefinitionError
impl UnwindSafe for DuplicateLinkDefinitionError
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