pub struct Vector3Error { /* private fields */ }
Implementations§
Source§impl Vector3Error
impl Vector3Error
pub fn new(kind: Vector3ErrorKind) -> Self
Trait Implementations§
Source§impl Debug for Vector3Error
impl Debug for Vector3Error
Source§impl Display for Vector3Error
impl Display for Vector3Error
Source§impl Error for Vector3Error
impl Error for Vector3Error
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()
Auto Trait Implementations§
impl Freeze for Vector3Error
impl RefUnwindSafe for Vector3Error
impl Send for Vector3Error
impl Sync for Vector3Error
impl Unpin for Vector3Error
impl UnwindSafe for Vector3Error
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