pub struct TypeDefWithInterfaceOpts<'a> {
pub description: Option<&'a str>,
pub source_map: Option<SourceMapId>,
}
Fields§
§description: Option<&'a str>
§source_map: Option<SourceMapId>
Trait Implementations§
Source§impl<'a> Debug for TypeDefWithInterfaceOpts<'a>
impl<'a> Debug for TypeDefWithInterfaceOpts<'a>
Source§impl<'a> PartialEq for TypeDefWithInterfaceOpts<'a>
impl<'a> PartialEq for TypeDefWithInterfaceOpts<'a>
Source§fn eq(&self, other: &TypeDefWithInterfaceOpts<'a>) -> bool
fn eq(&self, other: &TypeDefWithInterfaceOpts<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'a> StructuralPartialEq for TypeDefWithInterfaceOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for TypeDefWithInterfaceOpts<'a>
impl<'a> RefUnwindSafe for TypeDefWithInterfaceOpts<'a>
impl<'a> Send for TypeDefWithInterfaceOpts<'a>
impl<'a> Sync for TypeDefWithInterfaceOpts<'a>
impl<'a> Unpin for TypeDefWithInterfaceOpts<'a>
impl<'a> UnwindSafe for TypeDefWithInterfaceOpts<'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