pub struct LayerStatusReport {
pub yanked_reason: Option<String>,
pub support_until: Option<String>,
pub problems_total: usize,
pub problems_with_workaround: usize,
}Fields§
§yanked_reason: Option<String>§support_until: Option<String>§problems_total: usize§problems_with_workaround: usizeTrait Implementations§
Source§impl Clone for LayerStatusReport
impl Clone for LayerStatusReport
Source§fn clone(&self) -> LayerStatusReport
fn clone(&self) -> LayerStatusReport
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 LayerStatusReport
impl Debug for LayerStatusReport
impl Eq for LayerStatusReport
Source§impl PartialEq for LayerStatusReport
impl PartialEq for LayerStatusReport
impl StructuralPartialEq for LayerStatusReport
Auto Trait Implementations§
impl Freeze for LayerStatusReport
impl RefUnwindSafe for LayerStatusReport
impl Send for LayerStatusReport
impl Sync for LayerStatusReport
impl Unpin for LayerStatusReport
impl UnsafeUnpin for LayerStatusReport
impl UnwindSafe for LayerStatusReport
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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