pub struct MyDefaultCustomLists {
pub includes: Vec<ReferenceExpansionResource>,
/* private fields */
}
Fields§
§includes: Vec<ReferenceExpansionResource>
Implementations§
Source§impl MyDefaultCustomLists
impl MyDefaultCustomLists
Sourcepub async fn send(&self) -> CustomListListResponse
pub async fn send(&self) -> CustomListListResponse
Send the request.
Trait Implementations§
Source§impl Clone for MyDefaultCustomLists
impl Clone for MyDefaultCustomLists
Source§fn clone(&self) -> MyDefaultCustomLists
fn clone(&self) -> MyDefaultCustomLists
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 MyDefaultCustomLists
impl Debug for MyDefaultCustomLists
Source§impl Default for MyDefaultCustomLists
impl Default for MyDefaultCustomLists
Source§fn default() -> MyDefaultCustomLists
fn default() -> MyDefaultCustomLists
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MyDefaultCustomLists
impl !RefUnwindSafe for MyDefaultCustomLists
impl !Send for MyDefaultCustomLists
impl !Sync for MyDefaultCustomLists
impl Unpin for MyDefaultCustomLists
impl !UnwindSafe for MyDefaultCustomLists
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