#[repr(u8)]pub enum CoordinateLicense {
CoordinateLicenseSmartyStreets = 0,
CoordinateLicenseSmartyStreetsProprietary = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for CoordinateLicense
impl Clone for CoordinateLicense
Source§fn clone(&self) -> CoordinateLicense
fn clone(&self) -> CoordinateLicense
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 CoordinateLicense
impl Debug for CoordinateLicense
Source§impl Default for CoordinateLicense
impl Default for CoordinateLicense
Source§fn default() -> CoordinateLicense
fn default() -> CoordinateLicense
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CoordinateLicense
impl<'de> Deserialize<'de> for CoordinateLicense
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CoordinateLicense
impl Display for CoordinateLicense
Source§impl PartialEq for CoordinateLicense
impl PartialEq for CoordinateLicense
Source§impl Serialize for CoordinateLicense
impl Serialize for CoordinateLicense
impl StructuralPartialEq for CoordinateLicense
Auto Trait Implementations§
impl Freeze for CoordinateLicense
impl RefUnwindSafe for CoordinateLicense
impl Send for CoordinateLicense
impl Sync for CoordinateLicense
impl Unpin for CoordinateLicense
impl UnwindSafe for CoordinateLicense
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