pub struct CrsId<'a>(/* private fields */);Expand description
CRS (Coordinate Reference System) identifier.
Zero-copy: borrows the identifier string from the input.
The CRS prefix is stripped; e.g., for input CRSepsg4326, the
id is epsg4326.
Implementations§
Trait Implementations§
impl<'a> Copy for CrsId<'a>
impl<'a> Eq for CrsId<'a>
impl<'a> StructuralPartialEq for CrsId<'a>
Auto Trait Implementations§
impl<'a> Freeze for CrsId<'a>
impl<'a> RefUnwindSafe for CrsId<'a>
impl<'a> Send for CrsId<'a>
impl<'a> Sync for CrsId<'a>
impl<'a> Unpin for CrsId<'a>
impl<'a> UnsafeUnpin for CrsId<'a>
impl<'a> UnwindSafe for CrsId<'a>
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