pub struct Context {
pub request_type: RequestType,
pub owner: Option<String>,
pub repo: Option<String>,
pub additional: Option<String>,
}Expand description
§Contex
This object allows to share more debug informacion for the error, if some platform fails.
Fields§
§request_type: RequestType§owner: Option<String>§repo: Option<String>§additional: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Context
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnsafeUnpin for Context
impl UnwindSafe for Context
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