pub struct FeedPairInfo {
pub feed_onestop_id: String,
pub gtfs_agency_id: Option<String>,
}Fields§
§feed_onestop_id: String§gtfs_agency_id: Option<String>Trait Implementations§
Source§impl Clone for FeedPairInfo
impl Clone for FeedPairInfo
Source§fn clone(&self) -> FeedPairInfo
fn clone(&self) -> FeedPairInfo
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for FeedPairInfo
impl RefUnwindSafe for FeedPairInfo
impl Send for FeedPairInfo
impl Sync for FeedPairInfo
impl Unpin for FeedPairInfo
impl UnwindSafe for FeedPairInfo
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