pub struct DistList<'a>(pub DistItem<'a>, pub Vec<(Metadata<'a>, DistItem<'a>)>);Tuple Fields§
§0: DistItem<'a>§1: Vec<(Metadata<'a>, DistItem<'a>)>Implementations§
Trait Implementations§
Source§impl<'a: 'b, 'b> IntoIterator for &'b DistList<'a>
impl<'a: 'b, 'b> IntoIterator for &'b DistList<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for DistList<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for DistList<'a>
impl<'a> StructuralPartialEq for DistList<'a>
Auto Trait Implementations§
impl<'a> Freeze for DistList<'a>
impl<'a> RefUnwindSafe for DistList<'a>
impl<'a> Send for DistList<'a>
impl<'a> Sync for DistList<'a>
impl<'a> Unpin for DistList<'a>
impl<'a> UnsafeUnpin for DistList<'a>
impl<'a> UnwindSafe for DistList<'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