pub struct DeleteMeshInput {
pub mesh_name: String,
}
Fields§
§mesh_name: String
The name of the service mesh to delete.
Trait Implementations§
Source§impl Clone for DeleteMeshInput
impl Clone for DeleteMeshInput
Source§fn clone(&self) -> DeleteMeshInput
fn clone(&self) -> DeleteMeshInput
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 DeleteMeshInput
impl Debug for DeleteMeshInput
Source§impl Default for DeleteMeshInput
impl Default for DeleteMeshInput
Source§fn default() -> DeleteMeshInput
fn default() -> DeleteMeshInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteMeshInput
impl PartialEq for DeleteMeshInput
Source§impl Serialize for DeleteMeshInput
impl Serialize for DeleteMeshInput
impl StructuralPartialEq for DeleteMeshInput
Auto Trait Implementations§
impl Freeze for DeleteMeshInput
impl RefUnwindSafe for DeleteMeshInput
impl Send for DeleteMeshInput
impl Sync for DeleteMeshInput
impl Unpin for DeleteMeshInput
impl UnwindSafe for DeleteMeshInput
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