pub enum EndpointDescribeInvocationError {
Domain(DescribeError),
Runtime(RuntimeFailure),
}Variants§
Domain(DescribeError)
Runtime(RuntimeFailure)
Trait Implementations§
Source§impl Clone for EndpointDescribeInvocationError
impl Clone for EndpointDescribeInvocationError
Source§fn clone(&self) -> EndpointDescribeInvocationError
fn clone(&self) -> EndpointDescribeInvocationError
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 moreimpl StructuralPartialEq for EndpointDescribeInvocationError
Auto Trait Implementations§
impl Freeze for EndpointDescribeInvocationError
impl RefUnwindSafe for EndpointDescribeInvocationError
impl Send for EndpointDescribeInvocationError
impl Sync for EndpointDescribeInvocationError
impl Unpin for EndpointDescribeInvocationError
impl UnsafeUnpin for EndpointDescribeInvocationError
impl UnwindSafe for EndpointDescribeInvocationError
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