pub struct OpenApiOperationRef {
pub namespace: String,
pub operation_id: String,
}Fields§
§namespace: String§operation_id: StringTrait Implementations§
Source§impl Clone for OpenApiOperationRef
impl Clone for OpenApiOperationRef
Source§fn clone(&self) -> OpenApiOperationRef
fn clone(&self) -> OpenApiOperationRef
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 moreSource§impl Debug for OpenApiOperationRef
impl Debug for OpenApiOperationRef
Source§impl PartialEq for OpenApiOperationRef
impl PartialEq for OpenApiOperationRef
Source§fn eq(&self, other: &OpenApiOperationRef) -> bool
fn eq(&self, other: &OpenApiOperationRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OpenApiOperationRef
impl StructuralPartialEq for OpenApiOperationRef
Auto Trait Implementations§
impl Freeze for OpenApiOperationRef
impl RefUnwindSafe for OpenApiOperationRef
impl Send for OpenApiOperationRef
impl Sync for OpenApiOperationRef
impl Unpin for OpenApiOperationRef
impl UnsafeUnpin for OpenApiOperationRef
impl UnwindSafe for OpenApiOperationRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.