pub struct OperationHandle {
pub operation_id: String,
pub method: Method,
pub path_template: String,
pub base_url: Url,
pub credential: Option<OpenApiCredential>,
}Fields§
§operation_id: String§method: Method§path_template: String§base_url: Url§credential: Option<OpenApiCredential>Trait Implementations§
Source§impl Clone for OperationHandle
impl Clone for OperationHandle
Source§fn clone(&self) -> OperationHandle
fn clone(&self) -> OperationHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OperationHandle
impl RefUnwindSafe for OperationHandle
impl Send for OperationHandle
impl Sync for OperationHandle
impl Unpin for OperationHandle
impl UnsafeUnpin for OperationHandle
impl UnwindSafe for OperationHandle
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