pub struct EndpointOperationResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EndpointOperationResponse
impl Clone for EndpointOperationResponse
Source§fn clone(&self) -> EndpointOperationResponse
fn clone(&self) -> EndpointOperationResponse
Returns a duplicate 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 EndpointOperationResponse
impl Debug for EndpointOperationResponse
Source§impl Default for EndpointOperationResponse
impl Default for EndpointOperationResponse
Source§impl From<EndpointOperationResponse> for EndpointOperationResponse
impl From<EndpointOperationResponse> for EndpointOperationResponse
Source§fn from(value: EndpointOperationResponse) -> Self
fn from(value: EndpointOperationResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<EndpointOperationResponse> for EndpointOperationResponse
impl TryFrom<EndpointOperationResponse> for EndpointOperationResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: EndpointOperationResponse) -> Result<Self, ConversionError>
fn try_from(value: EndpointOperationResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for EndpointOperationResponse
impl RefUnwindSafe for EndpointOperationResponse
impl Send for EndpointOperationResponse
impl Sync for EndpointOperationResponse
impl Unpin for EndpointOperationResponse
impl UnwindSafe for EndpointOperationResponse
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