pub struct EndpointDescribe;Trait Implementations§
Source§impl Debug for EndpointDescribe
impl Debug for EndpointDescribe
Source§impl RequestCapability for EndpointDescribe
impl RequestCapability for EndpointDescribe
Source§const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
Exact generated Descriptor version.
Source§type Request = DescribeRequest
type Request = DescribeRequest
Typed request value.
Source§type Response = DescribeResponse
type Response = DescribeResponse
Typed success value.
Source§type DomainError = DescribeError
type DomainError = DescribeError
Typed Capability-defined error value.
Auto Trait Implementations§
impl Freeze for EndpointDescribe
impl RefUnwindSafe for EndpointDescribe
impl Send for EndpointDescribe
impl Sync for EndpointDescribe
impl Unpin for EndpointDescribe
impl UnsafeUnpin for EndpointDescribe
impl UnwindSafe for EndpointDescribe
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