Struct std::path::StripPrefixError 1.7.0[−][src]
pub struct StripPrefixError(_);
An error returned from Path::strip_prefix
if the prefix was not found.
This struct
is created by the strip_prefix
method on Path
.
See its documentation for more.
Trait Implementations
impl Clone for StripPrefixError
[src]
impl Clone for StripPrefixError
[src]fn clone(&self) -> StripPrefixError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for StripPrefixError
[src]
impl Error for StripPrefixError
[src]impl PartialEq<StripPrefixError> for StripPrefixError
[src]
impl PartialEq<StripPrefixError> for StripPrefixError
[src]fn eq(&self, other: &StripPrefixError) -> bool
[src]
fn ne(&self, other: &StripPrefixError) -> bool
[src]
impl Eq for StripPrefixError
[src]
impl StructuralEq for StripPrefixError
[src]
impl StructuralPartialEq for StripPrefixError
[src]
Auto Trait Implementations
impl RefUnwindSafe for StripPrefixError
impl Send for StripPrefixError
impl Sync for StripPrefixError
impl Unpin for StripPrefixError
impl UnwindSafe for StripPrefixError
Blanket Implementations
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]pub fn borrow(&self) -> &TⓘNotable traits for &'_ mut F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut TⓘNotable traits for &'_ mut F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W