pub struct ScoopitAPI { /* private fields */ }
Expand description
Scoop.it API endpoints.
Use the default()
method to get the default endpoints.
Implementations§
Source§impl ScoopitAPI
impl ScoopitAPI
Trait Implementations§
Source§impl Clone for ScoopitAPI
impl Clone for ScoopitAPI
Source§fn clone(&self) -> ScoopitAPI
fn clone(&self) -> ScoopitAPI
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ScoopitAPI
impl Debug for ScoopitAPI
Auto Trait Implementations§
impl Freeze for ScoopitAPI
impl RefUnwindSafe for ScoopitAPI
impl Send for ScoopitAPI
impl Sync for ScoopitAPI
impl Unpin for ScoopitAPI
impl UnwindSafe for ScoopitAPI
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