Struct scoopit_api::ScoopitAPI [−][src]
pub struct ScoopitAPI { /* fields omitted */ }Expand description
Scoop.it API endpoints.
Use the default() method to get the default endpoints.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScoopitAPI
impl Send for ScoopitAPI
impl Sync for ScoopitAPI
impl Unpin for ScoopitAPI
impl UnwindSafe for ScoopitAPI
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more