pub struct Fundeps<'tree> {
pub span: Span,
pub fundep: Vec<Fundep<'tree>>,
}Fields§
§span: Span§fundep: Vec<Fundep<'tree>>Trait Implementations§
impl<'tree> Eq for Fundeps<'tree>
impl<'tree> StructuralPartialEq for Fundeps<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Fundeps<'tree>
impl<'tree> RefUnwindSafe for Fundeps<'tree>
impl<'tree> Send for Fundeps<'tree>
impl<'tree> Sync for Fundeps<'tree>
impl<'tree> Unpin for Fundeps<'tree>
impl<'tree> UnsafeUnpin for Fundeps<'tree>
impl<'tree> UnwindSafe for Fundeps<'tree>
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