pub struct PolydatFile {
pub statements: Vec<Statement>,
}Expand description
A complete .polydat file.
Fields§
§statements: Vec<Statement>The statements, in document order.
Trait Implementations§
Source§impl Clone for PolydatFile
impl Clone for PolydatFile
Source§fn clone(&self) -> PolydatFile
fn clone(&self) -> PolydatFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PolydatFile
impl RefUnwindSafe for PolydatFile
impl Send for PolydatFile
impl Sync for PolydatFile
impl Unpin for PolydatFile
impl UnsafeUnpin for PolydatFile
impl UnwindSafe for PolydatFile
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