pub struct DescribeMeshOutput {
pub mesh: MeshData,
}
Fields§
§mesh: MeshData
The full description of your service mesh.
Trait Implementations§
Source§impl Clone for DescribeMeshOutput
impl Clone for DescribeMeshOutput
Source§fn clone(&self) -> DescribeMeshOutput
fn clone(&self) -> DescribeMeshOutput
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 DescribeMeshOutput
impl Debug for DescribeMeshOutput
Source§impl Default for DescribeMeshOutput
impl Default for DescribeMeshOutput
Source§fn default() -> DescribeMeshOutput
fn default() -> DescribeMeshOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeMeshOutput
impl<'de> Deserialize<'de> for DescribeMeshOutput
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 PartialEq for DescribeMeshOutput
impl PartialEq for DescribeMeshOutput
impl StructuralPartialEq for DescribeMeshOutput
Auto Trait Implementations§
impl Freeze for DescribeMeshOutput
impl RefUnwindSafe for DescribeMeshOutput
impl Send for DescribeMeshOutput
impl Sync for DescribeMeshOutput
impl Unpin for DescribeMeshOutput
impl UnwindSafe for DescribeMeshOutput
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