pub struct SaveGeometryToFile;Trait Implementations§
Source§impl Service for SaveGeometryToFile
impl Service for SaveGeometryToFile
type Request = SaveGeometryToFileRequest
type Response = SaveGeometryToFileResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for SaveGeometryToFile
impl RefUnwindSafe for SaveGeometryToFile
impl Send for SaveGeometryToFile
impl Sync for SaveGeometryToFile
impl Unpin for SaveGeometryToFile
impl UnwindSafe for SaveGeometryToFile
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