pub struct StationState {
pub broad_start: String,
pub upd: StationUpd,
}Fields§
§broad_start: String§upd: StationUpdTrait Implementations§
Source§impl Clone for StationState
impl Clone for StationState
Source§fn clone(&self) -> StationState
fn clone(&self) -> StationState
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 StationState
impl Debug for StationState
Source§impl<'de> Deserialize<'de> for StationState
impl<'de> Deserialize<'de> for StationState
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 StationState
impl RefUnwindSafe for StationState
impl Send for StationState
impl Sync for StationState
impl Unpin for StationState
impl UnsafeUnpin for StationState
impl UnwindSafe for StationState
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