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