pub struct WolframRoot {
pub expressions: Vec<WolframExpression>,
}Expand description
Wolfram 根节点
Fields§
§expressions: Vec<WolframExpression>Trait Implementations§
Source§impl Clone for WolframRoot
impl Clone for WolframRoot
Source§fn clone(&self) -> WolframRoot
fn clone(&self) -> WolframRoot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WolframRoot
impl RefUnwindSafe for WolframRoot
impl Send for WolframRoot
impl Sync for WolframRoot
impl Unpin for WolframRoot
impl UnwindSafe for WolframRoot
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