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