pub struct Station { /* private fields */ }Expand description
Station metadata
Implementations§
Source§impl Station
impl Station
Sourcepub fn url_coding(&self) -> &String
pub fn url_coding(&self) -> &String
Partial URL to access https://italoinviaggio.italotreno.it/it/stazione
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Station
impl RefUnwindSafe for Station
impl Send for Station
impl Sync for Station
impl Unpin for Station
impl UnwindSafe for Station
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