pub struct DescribeOptions {
pub commands: HashMap<String, CommandAnnotation>,
pub auth: Option<AuthConfig>,
}Expand description
Options passed to describe() for attaching metadata.
Fields§
§commands: HashMap<String, CommandAnnotation>§auth: Option<AuthConfig>Trait Implementations§
Source§impl Clone for DescribeOptions
impl Clone for DescribeOptions
Source§fn clone(&self) -> DescribeOptions
fn clone(&self) -> DescribeOptions
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 moreSource§impl Debug for DescribeOptions
impl Debug for DescribeOptions
Source§impl Default for DescribeOptions
impl Default for DescribeOptions
Source§fn default() -> DescribeOptions
fn default() -> DescribeOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DescribeOptions
impl RefUnwindSafe for DescribeOptions
impl Send for DescribeOptions
impl Sync for DescribeOptions
impl Unpin for DescribeOptions
impl UnsafeUnpin for DescribeOptions
impl UnwindSafe for DescribeOptions
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