pub struct DockerfileConfig {
pub syntax: Option<String>,
pub escape: Option<char>,
pub check_skips: Option<CheckSkips>,
pub check_error: Option<bool>,
}Fields§
§syntax: Option<String>§escape: Option<char>§check_skips: Option<CheckSkips>§check_error: Option<bool>Trait Implementations§
Source§impl Clone for DockerfileConfig
impl Clone for DockerfileConfig
Source§fn clone(&self) -> DockerfileConfig
fn clone(&self) -> DockerfileConfig
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 DockerfileConfig
impl Debug for DockerfileConfig
Auto Trait Implementations§
impl Freeze for DockerfileConfig
impl RefUnwindSafe for DockerfileConfig
impl Send for DockerfileConfig
impl Sync for DockerfileConfig
impl Unpin for DockerfileConfig
impl UnwindSafe for DockerfileConfig
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