pub struct RuntimeProjection {
pub provider: &'static str,
pub observed_at: DateTime<Utc>,
pub locations: Vec<HerdrLocation>,
}Fields§
§provider: &'static str§observed_at: DateTime<Utc>§locations: Vec<HerdrLocation>Trait Implementations§
Source§impl Clone for RuntimeProjection
impl Clone for RuntimeProjection
Source§fn clone(&self) -> RuntimeProjection
fn clone(&self) -> RuntimeProjection
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 RuntimeProjection
impl Debug for RuntimeProjection
impl Eq for RuntimeProjection
Source§impl PartialEq for RuntimeProjection
impl PartialEq for RuntimeProjection
Source§impl Serialize for RuntimeProjection
impl Serialize for RuntimeProjection
impl StructuralPartialEq for RuntimeProjection
Auto Trait Implementations§
impl Freeze for RuntimeProjection
impl RefUnwindSafe for RuntimeProjection
impl Send for RuntimeProjection
impl Sync for RuntimeProjection
impl Unpin for RuntimeProjection
impl UnsafeUnpin for RuntimeProjection
impl UnwindSafe for RuntimeProjection
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