pub struct LegacyIdMapping {
pub type_: LegacyMappingType,
pub ids: Vec<u32>,
/* private fields */
}
Fields§
§type_: LegacyMappingType
§ids: Vec<u32>
Implementations§
Source§impl LegacyIdMapping
impl LegacyIdMapping
Sourcepub async fn send(&self) -> IdMappingListResponse
pub async fn send(&self) -> IdMappingListResponse
Send the request.
Trait Implementations§
Source§impl Clone for LegacyIdMapping
impl Clone for LegacyIdMapping
Source§fn clone(&self) -> LegacyIdMapping
fn clone(&self) -> LegacyIdMapping
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 LegacyIdMapping
impl Debug for LegacyIdMapping
Source§impl Endpoint for LegacyIdMapping
impl Endpoint for LegacyIdMapping
Auto Trait Implementations§
impl Freeze for LegacyIdMapping
impl !RefUnwindSafe for LegacyIdMapping
impl !Send for LegacyIdMapping
impl !Sync for LegacyIdMapping
impl Unpin for LegacyIdMapping
impl !UnwindSafe for LegacyIdMapping
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