Struct amazon_sp_services::models::service_location::ServiceLocation
source · [−]pub struct ServiceLocation {
pub service_location_type: Option<ServiceLocationType>,
pub address: Option<Box<Address>>,
}Expand description
ServiceLocation : Information about the location of the service job.
Fields
service_location_type: Option<ServiceLocationType>The location of the service job.
address: Option<Box<Address>>Implementations
sourceimpl ServiceLocation
impl ServiceLocation
sourcepub fn new() -> ServiceLocation
pub fn new() -> ServiceLocation
Information about the location of the service job.
Trait Implementations
sourceimpl Clone for ServiceLocation
impl Clone for ServiceLocation
sourcefn clone(&self) -> ServiceLocation
fn clone(&self) -> ServiceLocation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ServiceLocation
impl Debug for ServiceLocation
sourceimpl Default for ServiceLocation
impl Default for ServiceLocation
sourcefn default() -> ServiceLocation
fn default() -> ServiceLocation
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ServiceLocation
impl<'de> Deserialize<'de> for ServiceLocation
sourcefn 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
sourceimpl PartialEq<ServiceLocation> for ServiceLocation
impl PartialEq<ServiceLocation> for ServiceLocation
sourcefn eq(&self, other: &ServiceLocation) -> bool
fn eq(&self, other: &ServiceLocation) -> bool
sourceimpl Serialize for ServiceLocation
impl Serialize for ServiceLocation
impl StructuralPartialEq for ServiceLocation
Auto Trait Implementations
impl RefUnwindSafe for ServiceLocation
impl Send for ServiceLocation
impl Sync for ServiceLocation
impl Unpin for ServiceLocation
impl UnwindSafe for ServiceLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more