pub struct StationOverview {
pub param_10865: Option<Box<StationOverview10865>>,
}Fields§
§param_10865: Option<Box<StationOverview10865>>Implementations§
Source§impl StationOverview
impl StationOverview
pub fn new() -> StationOverview
Trait Implementations§
Source§impl Clone for StationOverview
impl Clone for StationOverview
Source§fn clone(&self) -> StationOverview
fn clone(&self) -> StationOverview
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 StationOverview
impl Debug for StationOverview
Source§impl Default for StationOverview
impl Default for StationOverview
Source§fn default() -> StationOverview
fn default() -> StationOverview
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StationOverview
impl<'de> Deserialize<'de> for StationOverview
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 StationOverview
impl PartialEq for StationOverview
Source§impl Serialize for StationOverview
impl Serialize for StationOverview
impl StructuralPartialEq for StationOverview
Auto Trait Implementations§
impl Freeze for StationOverview
impl RefUnwindSafe for StationOverview
impl Send for StationOverview
impl Sync for StationOverview
impl Unpin for StationOverview
impl UnsafeUnpin for StationOverview
impl UnwindSafe for StationOverview
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