Struct bspc::OutputFile
source · Expand description
A single output file produced by the BSPC process.
Fields
name: Stringextension: Option<String>contents: Vec<u8>Trait Implementations
sourceimpl Clone for OutputFile
impl Clone for OutputFile
sourcefn clone(&self) -> OutputFile
fn clone(&self) -> OutputFile
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for OutputFile
impl Debug for OutputFile
sourceimpl PartialEq<OutputFile> for OutputFile
impl PartialEq<OutputFile> for OutputFile
sourcefn eq(&self, other: &OutputFile) -> bool
fn eq(&self, other: &OutputFile) -> bool
impl Eq for OutputFile
impl StructuralEq for OutputFile
impl StructuralPartialEq for OutputFile
Auto Trait Implementations
impl RefUnwindSafe for OutputFile
impl Send for OutputFile
impl Sync for OutputFile
impl Unpin for OutputFile
impl UnwindSafe for OutputFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more