pub struct OneToAll<'a> { /* private fields */ }Expand description
Builder for Client::one_to_all
Implementations§
Source§impl<'a> OneToAll<'a>
impl<'a> OneToAll<'a>
pub fn new(client: &'a Client) -> Self
pub fn additional_transfer_time<V>(self, value: V) -> Self
pub fn arrive_by<V>(self, value: V) -> Self
pub fn elevation_costs<V>(self, value: V) -> Selfwhere
V: TryInto<ElevationCosts>,
pub fn max_matching_distance<V>(self, value: V) -> Self
pub fn max_post_transit_time<V>(self, value: V) -> Self
pub fn max_pre_transit_time<V>(self, value: V) -> Self
pub fn max_transfers<V>(self, value: V) -> Self
pub fn max_travel_time<V>(self, value: V) -> Self
pub fn min_transfer_time<V>(self, value: V) -> Self
pub fn one<V>(self, value: V) -> Self
pub fn pedestrian_profile<V>(self, value: V) -> Selfwhere
V: TryInto<PedestrianProfile>,
pub fn post_transit_modes<V>(self, value: V) -> Self
pub fn pre_transit_modes<V>(self, value: V) -> Self
pub fn require_bike_transport<V>(self, value: V) -> Self
pub fn require_car_transport<V>(self, value: V) -> Self
pub fn time<V>(self, value: V) -> Self
pub fn transfer_time_factor<V>(self, value: V) -> Self
pub fn transit_modes<V>(self, value: V) -> Self
pub fn use_routed_transfers<V>(self, value: V) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for OneToAll<'a>
impl<'a> !UnwindSafe for OneToAll<'a>
impl<'a> Freeze for OneToAll<'a>
impl<'a> Send for OneToAll<'a>
impl<'a> Sync for OneToAll<'a>
impl<'a> Unpin for OneToAll<'a>
impl<'a> UnsafeUnpin for OneToAll<'a>
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