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