pub struct GetCustomList {
pub list_id: Uuid,
pub includes: Vec<ReferenceExpansionResource>,
/* private fields */
}
Fields§
§list_id: Uuid
§includes: Vec<ReferenceExpansionResource>
Implementations§
Source§impl GetCustomList
impl GetCustomList
Sourcepub async fn send(&self) -> CustomListResponse
pub async fn send(&self) -> CustomListResponse
Send the request.
Trait Implementations§
Source§impl Clone for GetCustomList
impl Clone for GetCustomList
Source§fn clone(&self) -> GetCustomList
fn clone(&self) -> GetCustomList
Returns a copy 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 GetCustomList
impl Debug for GetCustomList
Auto Trait Implementations§
impl Freeze for GetCustomList
impl !RefUnwindSafe for GetCustomList
impl !Send for GetCustomList
impl !Sync for GetCustomList
impl Unpin for GetCustomList
impl !UnwindSafe for GetCustomList
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