pub struct SyntheticsLocationsResponse {
pub locations: Vec<SyntheticsLocation>,
}Fields§
§locations: Vec<SyntheticsLocation>Trait Implementations§
Source§impl Clone for SyntheticsLocationsResponse
impl Clone for SyntheticsLocationsResponse
Source§fn clone(&self) -> SyntheticsLocationsResponse
fn clone(&self) -> SyntheticsLocationsResponse
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 SyntheticsLocationsResponse
impl Debug for SyntheticsLocationsResponse
Source§impl<'de> Deserialize<'de> for SyntheticsLocationsResponse
impl<'de> Deserialize<'de> for SyntheticsLocationsResponse
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
Auto Trait Implementations§
impl Freeze for SyntheticsLocationsResponse
impl RefUnwindSafe for SyntheticsLocationsResponse
impl Send for SyntheticsLocationsResponse
impl Sync for SyntheticsLocationsResponse
impl Unpin for SyntheticsLocationsResponse
impl UnwindSafe for SyntheticsLocationsResponse
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