pub struct PlatformApplication {
pub arn: String,
pub name: String,
pub platform: String,
pub attributes: HashMap<String, String>,
pub endpoints: HashMap<String, PlatformEndpoint>,
}Fields§
§arn: String§name: String§platform: String§attributes: HashMap<String, String>§endpoints: HashMap<String, PlatformEndpoint>Trait Implementations§
Source§impl Clone for PlatformApplication
impl Clone for PlatformApplication
Source§fn clone(&self) -> PlatformApplication
fn clone(&self) -> PlatformApplication
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 moreAuto Trait Implementations§
impl Freeze for PlatformApplication
impl RefUnwindSafe for PlatformApplication
impl Send for PlatformApplication
impl Sync for PlatformApplication
impl Unpin for PlatformApplication
impl UnsafeUnpin for PlatformApplication
impl UnwindSafe for PlatformApplication
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