pub struct BuildOutput {
pub explicits: BTreeSet<FileName>,
pub implicits: BTreeSet<FileName>,
}
Fields§
§explicits: BTreeSet<FileName>
§implicits: BTreeSet<FileName>
Implementations§
Source§impl BuildOutput
impl BuildOutput
pub fn default() -> BuildOutput
Trait Implementations§
Source§impl Clone for BuildOutput
impl Clone for BuildOutput
Source§fn clone(&self) -> BuildOutput
fn clone(&self) -> BuildOutput
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 BuildOutput
impl Debug for BuildOutput
Source§impl From<FileName> for BuildOutput
impl From<FileName> for BuildOutput
Source§fn from(f: FileName) -> BuildOutput
fn from(f: FileName) -> BuildOutput
Converts to this type from the input type.
Source§impl Hash for BuildOutput
impl Hash for BuildOutput
Source§impl Ord for BuildOutput
impl Ord for BuildOutput
Source§fn cmp(&self, other: &BuildOutput) -> Ordering
fn cmp(&self, other: &BuildOutput) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BuildOutput
impl PartialEq for BuildOutput
Source§impl PartialOrd for BuildOutput
impl PartialOrd for BuildOutput
impl Eq for BuildOutput
impl StructuralPartialEq for BuildOutput
Auto Trait Implementations§
impl Freeze for BuildOutput
impl RefUnwindSafe for BuildOutput
impl Send for BuildOutput
impl Sync for BuildOutput
impl Unpin for BuildOutput
impl UnwindSafe for BuildOutput
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