pub struct NotVia {
pub not_via_place: Option<Vec<PlaceRef>>,
}Expand description
NotVia : Not-via restrictions for a trip, i.e. scheduled stop points or stop places that the trip is not allowed to pass through. Provided by OJP.
Fields§
§not_via_place: Option<Vec<PlaceRef>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NotVia
impl<'de> Deserialize<'de> for NotVia
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
impl StructuralPartialEq for NotVia
Auto Trait Implementations§
impl Freeze for NotVia
impl RefUnwindSafe for NotVia
impl Send for NotVia
impl Sync for NotVia
impl Unpin for NotVia
impl UnwindSafe for NotVia
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