pub struct StationArray {
pub header: Header,
pub stations: Vec<Station>,
}Fields§
§header: Header§stations: Vec<Station>Trait Implementations§
Source§impl Clone for StationArray
impl Clone for StationArray
Source§fn clone(&self) -> StationArray
fn clone(&self) -> StationArray
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 StationArray
impl Debug for StationArray
Source§impl Default for StationArray
impl Default for StationArray
Source§impl<'de> Deserialize<'de> for StationArray
impl<'de> Deserialize<'de> for StationArray
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 StationArray
impl PartialEq for StationArray
Source§impl Serialize for StationArray
impl Serialize for StationArray
impl Message for StationArray
impl StructuralPartialEq for StationArray
Auto Trait Implementations§
impl Freeze for StationArray
impl RefUnwindSafe for StationArray
impl Send for StationArray
impl Sync for StationArray
impl Unpin for StationArray
impl UnwindSafe for StationArray
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