pub struct SourceService { /* private fields */ }Expand description
Lists the news sources available through the API.
Implementations§
Source§impl SourceService
impl SourceService
Trait Implementations§
Source§impl Clone for SourceService
impl Clone for SourceService
Source§fn clone(&self) -> SourceService
fn clone(&self) -> SourceService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for SourceService
impl !UnwindSafe for SourceService
impl Freeze for SourceService
impl Send for SourceService
impl Sync for SourceService
impl Unpin for SourceService
impl UnsafeUnpin for SourceService
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