pub struct StationIdInterval(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for StationIdInterval
impl Clone for StationIdInterval
Source§fn clone(&self) -> StationIdInterval
fn clone(&self) -> StationIdInterval
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 moreimpl Copy for StationIdInterval
Source§impl Debug for StationIdInterval
impl Debug for StationIdInterval
impl Eq for StationIdInterval
Source§impl PartialEq for StationIdInterval
impl PartialEq for StationIdInterval
impl StructuralPartialEq for StationIdInterval
Auto Trait Implementations§
impl Freeze for StationIdInterval
impl RefUnwindSafe for StationIdInterval
impl Send for StationIdInterval
impl Sync for StationIdInterval
impl Unpin for StationIdInterval
impl UnsafeUnpin for StationIdInterval
impl UnwindSafe for StationIdInterval
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