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