pub struct TransList {
pub nodes: (List<Symbol, Paren<TransSet>>,),
}
Fields§
§nodes: (List<Symbol, Paren<TransSet>>,)
Trait Implementations§
Source§impl<'a> IntoIterator for &'a TransList
impl<'a> IntoIterator for &'a TransList
impl StructuralPartialEq for TransList
Auto Trait Implementations§
impl Freeze for TransList
impl RefUnwindSafe for TransList
impl Send for TransList
impl Sync for TransList
impl Unpin for TransList
impl UnwindSafe for TransList
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