Struct sgx_tstd::path::StripPrefixError [−][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 Debug for StripPrefixError
[src]
impl Debug for StripPrefixError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for StripPrefixError
[src]
impl Clone for StripPrefixError
fn clone(&self) -> StripPrefixError
[src]
fn clone(&self) -> StripPrefixError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for StripPrefixError
[src]
impl PartialEq for StripPrefixError
fn eq(&self, other: &StripPrefixError) -> bool
[src]
fn eq(&self, other: &StripPrefixError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &StripPrefixError) -> bool
[src]
fn ne(&self, other: &StripPrefixError) -> bool
This method tests for !=
.
impl Eq for StripPrefixError
[src]
impl Eq for StripPrefixError
impl Display for StripPrefixError
[src]
impl Display for StripPrefixError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for StripPrefixError
[src]
impl Error for StripPrefixError
Auto Trait Implementations
impl Send for StripPrefixError
impl Send for StripPrefixError
impl Sync for StripPrefixError
impl Sync for StripPrefixError