pub struct BusinessLocation(/* private fields */);Expand description
A business location label or address string.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for BusinessLocation
impl AsRef<str> for BusinessLocation
Source§impl Clone for BusinessLocation
impl Clone for BusinessLocation
Source§fn clone(&self) -> BusinessLocation
fn clone(&self) -> BusinessLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BusinessLocation
impl Debug for BusinessLocation
Source§impl Display for BusinessLocation
impl Display for BusinessLocation
Source§impl FromStr for BusinessLocation
impl FromStr for BusinessLocation
Source§impl Hash for BusinessLocation
impl Hash for BusinessLocation
Source§impl Ord for BusinessLocation
impl Ord for BusinessLocation
Source§fn cmp(&self, other: &BusinessLocation) -> Ordering
fn cmp(&self, other: &BusinessLocation) -> Ordering
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 PartialEq for BusinessLocation
impl PartialEq for BusinessLocation
Source§fn eq(&self, other: &BusinessLocation) -> bool
fn eq(&self, other: &BusinessLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BusinessLocation
impl PartialOrd for BusinessLocation
impl Eq for BusinessLocation
impl StructuralPartialEq for BusinessLocation
Auto Trait Implementations§
impl Freeze for BusinessLocation
impl RefUnwindSafe for BusinessLocation
impl Send for BusinessLocation
impl Sync for BusinessLocation
impl Unpin for BusinessLocation
impl UnsafeUnpin for BusinessLocation
impl UnwindSafe for BusinessLocation
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