pub struct SocorroClient { /* private fields */ }Implementations§
Source§impl SocorroClient
impl SocorroClient
pub fn new(base_url: String) -> Self
pub fn get_crash(&self, crash_id: &str) -> Result<ProcessedCrash>
pub fn search(&self, params: SearchParams) -> Result<SearchResponse>
Auto Trait Implementations§
impl Freeze for SocorroClient
impl !RefUnwindSafe for SocorroClient
impl Send for SocorroClient
impl Sync for SocorroClient
impl Unpin for SocorroClient
impl !UnwindSafe for SocorroClient
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