Struct jupiter_rs::commands::Call
source · [−]pub struct Call {
pub request: Request,
pub response: Response,
pub token: usize,
/* private fields */
}
Fields
request: Request
response: Response
token: usize
Implementations
sourceimpl Call
impl Call
pub fn complete(self, result: CommandResult)
Auto Trait Implementations
impl !RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl !UnwindSafe for Call
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more