pub struct GetRecipientsListRequest { /* private fields */ }Expand description
Get the list of recipients lists
See https://www.scoop.it/dev/api/1/urls#recipients-list
Trait Implementations§
Source§impl Debug for GetRecipientsListRequest
impl Debug for GetRecipientsListRequest
Source§impl Default for GetRecipientsListRequest
impl Default for GetRecipientsListRequest
Source§fn default() -> GetRecipientsListRequest
fn default() -> GetRecipientsListRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetRecipientsListRequest
impl RefUnwindSafe for GetRecipientsListRequest
impl Send for GetRecipientsListRequest
impl Sync for GetRecipientsListRequest
impl Unpin for GetRecipientsListRequest
impl UnwindSafe for GetRecipientsListRequest
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