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, use_auth: bool, ) -> Result<ProcessedCrash>
pub fn get_bugs(&self, signatures: &[String]) -> Result<BugsResponse>
pub fn get_signatures_by_bugs(&self, bug_ids: &[u64]) -> Result<BugsResponse>
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 UnsafeUnpin 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