pub enum DescribeType {
Statement,
Portal,
}Variants§
Trait Implementations§
Source§impl Debug for DescribeType
impl Debug for DescribeType
Source§impl PartialEq for DescribeType
impl PartialEq for DescribeType
Source§fn eq(&self, other: &DescribeType) -> bool
fn eq(&self, other: &DescribeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeType
Auto Trait Implementations§
impl Freeze for DescribeType
impl RefUnwindSafe for DescribeType
impl Send for DescribeType
impl Sync for DescribeType
impl Unpin for DescribeType
impl UnsafeUnpin for DescribeType
impl UnwindSafe for DescribeType
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