Struct dagger_sdk::TypeDefWithFieldOpts
source · pub struct TypeDefWithFieldOpts<'a> {
pub description: Option<&'a str>,
}Fields§
§description: Option<&'a str>A doc string for the field, if any
Trait Implementations§
source§impl<'a> Debug for TypeDefWithFieldOpts<'a>
impl<'a> Debug for TypeDefWithFieldOpts<'a>
source§impl<'a> PartialEq for TypeDefWithFieldOpts<'a>
impl<'a> PartialEq for TypeDefWithFieldOpts<'a>
source§fn eq(&self, other: &TypeDefWithFieldOpts<'a>) -> bool
fn eq(&self, other: &TypeDefWithFieldOpts<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'a> StructuralPartialEq for TypeDefWithFieldOpts<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for TypeDefWithFieldOpts<'a>
impl<'a> Send for TypeDefWithFieldOpts<'a>
impl<'a> Sync for TypeDefWithFieldOpts<'a>
impl<'a> Unpin for TypeDefWithFieldOpts<'a>
impl<'a> UnwindSafe for TypeDefWithFieldOpts<'a>
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