pub struct DockerfileRoot {
pub instructions: Vec<Instruction>,
}Expand description
Dockerfile AST root type
Fields§
§instructions: Vec<Instruction>Trait Implementations§
Source§impl Clone for DockerfileRoot
impl Clone for DockerfileRoot
Source§fn clone(&self) -> DockerfileRoot
fn clone(&self) -> DockerfileRoot
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 moreSource§impl Debug for DockerfileRoot
impl Debug for DockerfileRoot
Source§impl PartialEq for DockerfileRoot
impl PartialEq for DockerfileRoot
impl StructuralPartialEq for DockerfileRoot
Auto Trait Implementations§
impl Freeze for DockerfileRoot
impl RefUnwindSafe for DockerfileRoot
impl Send for DockerfileRoot
impl Sync for DockerfileRoot
impl Unpin for DockerfileRoot
impl UnwindSafe for DockerfileRoot
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