Struct mangle_ast::Unit
source · pub struct Unit<'a> {
pub decls: &'a [&'a Decl<'a>],
pub clauses: &'a [&'a Clause<'a>],
}Fields§
§decls: &'a [&'a Decl<'a>]§clauses: &'a [&'a Clause<'a>]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Unit<'a>
impl<'a> RefUnwindSafe for Unit<'a>
impl<'a> Send for Unit<'a>
impl<'a> Sync for Unit<'a>
impl<'a> Unpin for Unit<'a>
impl<'a> UnwindSafe for Unit<'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