pub struct DagInit<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> TryFrom<RecordValue<'a>> for DagInit<'a>
impl<'a> TryFrom<RecordValue<'a>> for DagInit<'a>
Source§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> StructuralPartialEq for DagInit<'a>
Auto Trait Implementations§
impl<'a> Freeze for DagInit<'a>
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