pub struct DagInit<'a> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for DagInit<'a>
impl<'a> PartialEq for DagInit<'a>
source§impl<'a> TryFrom<RecordValue<'a>> for DagInit<'a>
impl<'a> TryFrom<RecordValue<'a>> for DagInit<'a>
§type Error = SourceError<TableGenError>
type Error = SourceError<TableGenError>
The type returned in the event of a conversion error.
source§impl<'a> TryFrom<TypedInit<'a>> for DagInit<'a>
impl<'a> TryFrom<TypedInit<'a>> for DagInit<'a>
§type Error = SourceError<TableGenError>
type Error = SourceError<TableGenError>
The type returned in the event of a conversion error.
impl<'a> Copy for DagInit<'a>
impl<'a> Eq for DagInit<'a>
impl<'a> StructuralEq for DagInit<'a>
impl<'a> StructuralPartialEq for DagInit<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DagInit<'a>
impl<'a> !Send for DagInit<'a>
impl<'a> !Sync for DagInit<'a>
impl<'a> Unpin for DagInit<'a>
impl<'a> UnwindSafe for DagInit<'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