pub struct SauronResult {
pub image_path: String,
pub detections: Detections,
pub target_gps: Target,
}Fields§
§image_path: String§detections: Detections§target_gps: TargetTrait Implementations§
Source§impl Clone for SauronResult
impl Clone for SauronResult
Source§fn clone(&self) -> SauronResult
fn clone(&self) -> SauronResult
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 SauronResult
impl Debug for SauronResult
Source§impl<'de> Deserialize<'de> for SauronResult
impl<'de> Deserialize<'de> for SauronResult
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 Into<Message> for SauronResult
impl Into<Message> for SauronResult
Source§impl JsonSerializeDeserialize for SauronResult
impl JsonSerializeDeserialize for SauronResult
fn into_serialized(self) -> String
fn try_from_serialized(serialized_msg: &str) -> Result<Self, Error>
Source§impl Serialize for SauronResult
impl Serialize for SauronResult
Auto Trait Implementations§
impl Freeze for SauronResult
impl RefUnwindSafe for SauronResult
impl Send for SauronResult
impl Sync for SauronResult
impl Unpin for SauronResult
impl UnwindSafe for SauronResult
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