pub struct ContextOverlay {
pub name: String,
pub kind: CrossingKind,
pub confidence: f64,
pub provenance: Provenance,
pub geometry: LineString,
}Fields§
§name: String§kind: CrossingKind§confidence: f64§provenance: Provenance§geometry: LineStringTrait Implementations§
Source§impl Clone for ContextOverlay
impl Clone for ContextOverlay
Source§fn clone(&self) -> ContextOverlay
fn clone(&self) -> ContextOverlay
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContextOverlay
impl Debug for ContextOverlay
Source§impl<'de> Deserialize<'de> for ContextOverlay
impl<'de> Deserialize<'de> for ContextOverlay
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 ContextOverlay
impl PartialEq for ContextOverlay
Source§impl Serialize for ContextOverlay
impl Serialize for ContextOverlay
impl StructuralPartialEq for ContextOverlay
Auto Trait Implementations§
impl Freeze for ContextOverlay
impl RefUnwindSafe for ContextOverlay
impl Send for ContextOverlay
impl Sync for ContextOverlay
impl Unpin for ContextOverlay
impl UnsafeUnpin for ContextOverlay
impl UnwindSafe for ContextOverlay
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