pub struct LegacyBuilder {
http_client: HttpClientRef,
}
Expand description
Legacy endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl LegacyBuilder
impl LegacyBuilder
pub fn mapping(self) -> MappingEndpoint
Trait Implementations§
Source§impl Clone for LegacyBuilder
impl Clone for LegacyBuilder
Source§fn clone(&self) -> LegacyBuilder
fn clone(&self) -> LegacyBuilder
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 LegacyBuilder
impl !RefUnwindSafe for LegacyBuilder
impl !Send for LegacyBuilder
impl !Sync for LegacyBuilder
impl Unpin for LegacyBuilder
impl !UnwindSafe for LegacyBuilder
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