pub struct SaveGeometryToFileResponse {
pub success: bool,
}Fields§
§success: boolTrait Implementations§
Source§impl Clone for SaveGeometryToFileResponse
impl Clone for SaveGeometryToFileResponse
Source§fn clone(&self) -> SaveGeometryToFileResponse
fn clone(&self) -> SaveGeometryToFileResponse
Returns a duplicate 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 SaveGeometryToFileResponse
impl Debug for SaveGeometryToFileResponse
Source§impl Default for SaveGeometryToFileResponse
impl Default for SaveGeometryToFileResponse
Source§impl<'de> Deserialize<'de> for SaveGeometryToFileResponse
impl<'de> Deserialize<'de> for SaveGeometryToFileResponse
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
impl Message for SaveGeometryToFileResponse
impl StructuralPartialEq for SaveGeometryToFileResponse
Auto Trait Implementations§
impl Freeze for SaveGeometryToFileResponse
impl RefUnwindSafe for SaveGeometryToFileResponse
impl Send for SaveGeometryToFileResponse
impl Sync for SaveGeometryToFileResponse
impl Unpin for SaveGeometryToFileResponse
impl UnwindSafe for SaveGeometryToFileResponse
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