pub struct SurfaceParseError;Trait Implementations§
Source§impl Clone for SurfaceParseError
impl Clone for SurfaceParseError
Source§fn clone(&self) -> SurfaceParseError
fn clone(&self) -> SurfaceParseError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SurfaceParseError
impl Debug for SurfaceParseError
Source§impl Display for SurfaceParseError
impl Display for SurfaceParseError
impl Eq for SurfaceParseError
Source§impl Error for SurfaceParseError
impl Error for SurfaceParseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for SurfaceParseError
impl PartialEq for SurfaceParseError
impl StructuralPartialEq for SurfaceParseError
Auto Trait Implementations§
impl Freeze for SurfaceParseError
impl RefUnwindSafe for SurfaceParseError
impl Send for SurfaceParseError
impl Sync for SurfaceParseError
impl Unpin for SurfaceParseError
impl UnsafeUnpin for SurfaceParseError
impl UnwindSafe for SurfaceParseError
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