pub struct ApproachingFeed {
pub items: Vec<Approaching>,
}Expand description
GET /approaching envelope.
Fields§
§items: Vec<Approaching>Trait Implementations§
Source§impl Clone for ApproachingFeed
impl Clone for ApproachingFeed
Source§fn clone(&self) -> ApproachingFeed
fn clone(&self) -> ApproachingFeed
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 ApproachingFeed
impl Debug for ApproachingFeed
Source§impl Default for ApproachingFeed
impl Default for ApproachingFeed
Source§fn default() -> ApproachingFeed
fn default() -> ApproachingFeed
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApproachingFeed
impl<'de> Deserialize<'de> for ApproachingFeed
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
Auto Trait Implementations§
impl Freeze for ApproachingFeed
impl RefUnwindSafe for ApproachingFeed
impl Send for ApproachingFeed
impl Sync for ApproachingFeed
impl Unpin for ApproachingFeed
impl UnsafeUnpin for ApproachingFeed
impl UnwindSafe for ApproachingFeed
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