pub struct DockerFile {
pub lines: Vec<DockerFileLine>,
}Fields§
§lines: Vec<DockerFileLine>Trait Implementations§
Source§impl Clone for DockerFile
impl Clone for DockerFile
Source§fn clone(&self) -> DockerFile
fn clone(&self) -> DockerFile
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 DockerFile
impl Debug for DockerFile
Source§impl FromStr for DockerFile
impl FromStr for DockerFile
Source§impl PartialEq for DockerFile
impl PartialEq for DockerFile
Source§impl ToString for DockerFile
impl ToString for DockerFile
impl StructuralPartialEq for DockerFile
Auto Trait Implementations§
impl Freeze for DockerFile
impl RefUnwindSafe for DockerFile
impl Send for DockerFile
impl Sync for DockerFile
impl Unpin for DockerFile
impl UnsafeUnpin for DockerFile
impl UnwindSafe for DockerFile
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