pub struct Cn {
pub type: Option<NumType>,
pub value: Option<Number>,
pub parent: Option<NodeIndex>,
}
Fields§
§type: Option<NumType>
§value: Option<Number>
§parent: Option<NodeIndex>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cn
impl RefUnwindSafe for Cn
impl Send for Cn
impl Sync for Cn
impl Unpin for Cn
impl UnwindSafe for Cn
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