pub struct DockerIgnore {
pub lines: Vec<DockerIgnoreLine>,
}Fields§
§lines: Vec<DockerIgnoreLine>Trait Implementations§
Source§impl FromStr for DockerIgnore
impl FromStr for DockerIgnore
Auto Trait Implementations§
impl Freeze for DockerIgnore
impl RefUnwindSafe for DockerIgnore
impl Send for DockerIgnore
impl Sync for DockerIgnore
impl Unpin for DockerIgnore
impl UnsafeUnpin for DockerIgnore
impl UnwindSafe for DockerIgnore
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