pub struct Describe {
pub target: DescribeTarget,
pub name: Bytes,
}Expand description
Structured Describe message.
Fields§
§target: DescribeTargetNamespace in which name is resolved.
name: BytesStatement or portal name to describe.
Implementations§
Trait Implementations§
impl Eq for Describe
impl StructuralPartialEq for Describe
Auto Trait Implementations§
impl !Freeze for Describe
impl RefUnwindSafe for Describe
impl Send for Describe
impl Sync for Describe
impl Unpin for Describe
impl UnsafeUnpin for Describe
impl UnwindSafe for Describe
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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