pub enum LocationError {
Overflow,
}Variants§
Overflow
Trait Implementations§
Source§impl Clone for LocationError
impl Clone for LocationError
Source§fn clone(&self) -> LocationError
fn clone(&self) -> LocationError
Returns a duplicate of the value. Read more
1.0.0 · 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 LocationError
impl Debug for LocationError
Source§impl Display for LocationError
impl Display for LocationError
Source§impl PartialEq for LocationError
impl PartialEq for LocationError
impl Copy for LocationError
impl Eq for LocationError
impl StructuralPartialEq for LocationError
Auto Trait Implementations§
impl Freeze for LocationError
impl RefUnwindSafe for LocationError
impl Send for LocationError
impl Sync for LocationError
impl Unpin for LocationError
impl UnwindSafe for LocationError
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