pub enum ItemPathError {
InvalidCharacter(String, char),
InvalidDoubleUnderscore(String),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ItemPathError
impl Send for ItemPathError
impl Sync for ItemPathError
impl Unpin for ItemPathError
impl UnwindSafe for ItemPathError
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