pub struct PrivateLinkServiceAws {
pub id: String,
pub name: String,
}
Fields§
§id: String
§name: String
Trait Implementations§
Source§impl Clone for PrivateLinkServiceAws
impl Clone for PrivateLinkServiceAws
Source§fn clone(&self) -> PrivateLinkServiceAws
fn clone(&self) -> PrivateLinkServiceAws
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 PrivateLinkServiceAws
impl Debug for PrivateLinkServiceAws
Source§impl<'de> Deserialize<'de> for PrivateLinkServiceAws
impl<'de> Deserialize<'de> for PrivateLinkServiceAws
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 Hash for PrivateLinkServiceAws
impl Hash for PrivateLinkServiceAws
Source§impl PartialEq for PrivateLinkServiceAws
impl PartialEq for PrivateLinkServiceAws
Source§impl Serialize for PrivateLinkServiceAws
impl Serialize for PrivateLinkServiceAws
impl Eq for PrivateLinkServiceAws
impl StructuralPartialEq for PrivateLinkServiceAws
Auto Trait Implementations§
impl Freeze for PrivateLinkServiceAws
impl RefUnwindSafe for PrivateLinkServiceAws
impl Send for PrivateLinkServiceAws
impl Sync for PrivateLinkServiceAws
impl Unpin for PrivateLinkServiceAws
impl UnwindSafe for PrivateLinkServiceAws
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