pub struct DescribeMeshInput {
pub mesh_name: String,
pub mesh_owner: Option<String>,
}
Fields§
§mesh_name: String
The name of the service mesh to describe.
mesh_owner: Option<String>
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
Trait Implementations§
Source§impl Clone for DescribeMeshInput
impl Clone for DescribeMeshInput
Source§fn clone(&self) -> DescribeMeshInput
fn clone(&self) -> DescribeMeshInput
Returns a copy 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 DescribeMeshInput
impl Debug for DescribeMeshInput
Source§impl Default for DescribeMeshInput
impl Default for DescribeMeshInput
Source§fn default() -> DescribeMeshInput
fn default() -> DescribeMeshInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeMeshInput
impl PartialEq for DescribeMeshInput
Source§impl Serialize for DescribeMeshInput
impl Serialize for DescribeMeshInput
impl StructuralPartialEq for DescribeMeshInput
Auto Trait Implementations§
impl Freeze for DescribeMeshInput
impl RefUnwindSafe for DescribeMeshInput
impl Send for DescribeMeshInput
impl Sync for DescribeMeshInput
impl Unpin for DescribeMeshInput
impl UnwindSafe for DescribeMeshInput
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