pub struct TargetParseError(/* private fields */);Expand description
Indicates a value could not be parsed as a Read/Write target
Trait Implementations§
Source§impl Debug for TargetParseError
impl Debug for TargetParseError
Auto Trait Implementations§
impl Freeze for TargetParseError
impl RefUnwindSafe for TargetParseError
impl Send for TargetParseError
impl Sync for TargetParseError
impl Unpin for TargetParseError
impl UnsafeUnpin for TargetParseError
impl UnwindSafe for TargetParseError
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