pub struct LoadGeometryFromFileResponse {
pub success: bool,
}Fields§
§success: boolTrait Implementations§
Source§impl Clone for LoadGeometryFromFileResponse
impl Clone for LoadGeometryFromFileResponse
Source§fn clone(&self) -> LoadGeometryFromFileResponse
fn clone(&self) -> LoadGeometryFromFileResponse
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 LoadGeometryFromFileResponse
impl Debug for LoadGeometryFromFileResponse
Source§impl<'de> Deserialize<'de> for LoadGeometryFromFileResponse
impl<'de> Deserialize<'de> for LoadGeometryFromFileResponse
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 LoadGeometryFromFileResponse
impl PartialEq for LoadGeometryFromFileResponse
Source§fn eq(&self, other: &LoadGeometryFromFileResponse) -> bool
fn eq(&self, other: &LoadGeometryFromFileResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Message for LoadGeometryFromFileResponse
impl StructuralPartialEq for LoadGeometryFromFileResponse
Auto Trait Implementations§
impl Freeze for LoadGeometryFromFileResponse
impl RefUnwindSafe for LoadGeometryFromFileResponse
impl Send for LoadGeometryFromFileResponse
impl Sync for LoadGeometryFromFileResponse
impl Unpin for LoadGeometryFromFileResponse
impl UnwindSafe for LoadGeometryFromFileResponse
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