pub struct BindResponseArgs {
pub plan_id: u64,
pub stop_id: u64,
}Fields§
§plan_id: u64§stop_id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BindResponseArgs
impl RefUnwindSafe for BindResponseArgs
impl Send for BindResponseArgs
impl Sync for BindResponseArgs
impl Unpin for BindResponseArgs
impl UnwindSafe for BindResponseArgs
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