pub struct LayerOutput {
pub entries: Vec<Entry>,
pub warnings: Vec<Warning>,
}Expand description
What a layer found.
Fields§
§entries: Vec<Entry>§warnings: Vec<Warning>Implementations§
Trait Implementations§
Source§impl Clone for LayerOutput
impl Clone for LayerOutput
Source§fn clone(&self) -> LayerOutput
fn clone(&self) -> LayerOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LayerOutput
impl Debug for LayerOutput
Source§impl Default for LayerOutput
impl Default for LayerOutput
Source§fn default() -> LayerOutput
fn default() -> LayerOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for LayerOutput
impl PartialEq for LayerOutput
impl StructuralPartialEq for LayerOutput
Auto Trait Implementations§
impl Freeze for LayerOutput
impl RefUnwindSafe for LayerOutput
impl Send for LayerOutput
impl Sync for LayerOutput
impl Unpin for LayerOutput
impl UnsafeUnpin for LayerOutput
impl UnwindSafe for LayerOutput
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