pub struct MappingEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl MappingEndpoint
impl MappingEndpoint
pub fn post(&self) -> LegacyIdMappingBuilder
Trait Implementations§
Source§impl Clone for MappingEndpoint
impl Clone for MappingEndpoint
Source§fn clone(&self) -> MappingEndpoint
fn clone(&self) -> MappingEndpoint
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 moreAuto Trait Implementations§
impl Freeze for MappingEndpoint
impl !RefUnwindSafe for MappingEndpoint
impl !Send for MappingEndpoint
impl !Sync for MappingEndpoint
impl Unpin for MappingEndpoint
impl !UnwindSafe for MappingEndpoint
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