pub struct ThroughService { /* private fields */ }
Implementations§
Source§impl ThroughService
impl ThroughService
pub fn new( id: i32, journey_1_id: (i32, String), journey_1_stop_id: i32, journey_2_id: (i32, String), journey_2_stop_id: i32, bit_field_id: i32, ) -> Self
pub fn journey_1_id(&self) -> &(i32, String)
pub fn journey_1_stop_id(&self) -> i32
pub fn journey_2_id(&self) -> &(i32, String)
pub fn journey_2_stop_id(&self) -> i32
pub fn bit_field_id(&self) -> i32
Trait Implementations§
Source§impl Debug for ThroughService
impl Debug for ThroughService
Source§impl<'de> Deserialize<'de> for ThroughService
impl<'de> Deserialize<'de> for ThroughService
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 Model<ThroughService> for ThroughService
impl Model<ThroughService> for ThroughService
Auto Trait Implementations§
impl Freeze for ThroughService
impl RefUnwindSafe for ThroughService
impl Send for ThroughService
impl Sync for ThroughService
impl Unpin for ThroughService
impl UnwindSafe for ThroughService
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