pub struct EpsgCode(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for EpsgCode
impl Ord for EpsgCode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EpsgCode
impl PartialOrd for EpsgCode
impl Copy for EpsgCode
impl Eq for EpsgCode
impl StructuralPartialEq for EpsgCode
Auto Trait Implementations§
impl Freeze for EpsgCode
impl RefUnwindSafe for EpsgCode
impl Send for EpsgCode
impl Sync for EpsgCode
impl Unpin for EpsgCode
impl UnsafeUnpin for EpsgCode
impl UnwindSafe for EpsgCode
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