pub struct GetRoadOpeningsInput {
pub skip: Option<u32>,
}Expand description
Returns all planned road openings, including the new road name and the responsible agency. Update freq: 24 hours – whenever there are updates
Fields§
§skip: Option<u32>Number of records to skip for pagination.
Implementations§
Trait Implementations§
Source§impl Clone for GetRoadOpeningsInput
impl Clone for GetRoadOpeningsInput
Source§fn clone(&self) -> GetRoadOpeningsInput
fn clone(&self) -> GetRoadOpeningsInput
Returns a duplicate 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 moreSource§impl Debug for GetRoadOpeningsInput
impl Debug for GetRoadOpeningsInput
Source§impl Default for GetRoadOpeningsInput
impl Default for GetRoadOpeningsInput
Source§impl PartialEq for GetRoadOpeningsInput
impl PartialEq for GetRoadOpeningsInput
impl StructuralPartialEq for GetRoadOpeningsInput
Auto Trait Implementations§
impl Freeze for GetRoadOpeningsInput
impl RefUnwindSafe for GetRoadOpeningsInput
impl Send for GetRoadOpeningsInput
impl Sync for GetRoadOpeningsInput
impl Unpin for GetRoadOpeningsInput
impl UnsafeUnpin for GetRoadOpeningsInput
impl UnwindSafe for GetRoadOpeningsInput
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