pub struct ProjectServiceLabelFiles { /* private fields */ }Expand description
Effective service label_file values with malformed list-item evidence retained.
Implementations§
Source§impl ProjectServiceLabelFiles
impl ProjectServiceLabelFiles
Sourcepub const fn form(&self) -> &ProjectLabelFiles
pub const fn form(&self) -> &ProjectLabelFiles
Returns the effective scalar or ordered-list syntax form.
Sourcepub fn unmodeled_items(&self) -> &[ProjectLabelFileEvidence]
pub fn unmodeled_items(&self) -> &[ProjectLabelFileEvidence]
Returns malformed list items retained as source-aware evidence.
Trait Implementations§
Source§impl Clone for ProjectServiceLabelFiles
impl Clone for ProjectServiceLabelFiles
Source§fn clone(&self) -> ProjectServiceLabelFiles
fn clone(&self) -> ProjectServiceLabelFiles
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 ProjectServiceLabelFiles
impl Debug for ProjectServiceLabelFiles
impl Eq for ProjectServiceLabelFiles
Source§impl PartialEq for ProjectServiceLabelFiles
impl PartialEq for ProjectServiceLabelFiles
impl StructuralPartialEq for ProjectServiceLabelFiles
Auto Trait Implementations§
impl Freeze for ProjectServiceLabelFiles
impl RefUnwindSafe for ProjectServiceLabelFiles
impl Send for ProjectServiceLabelFiles
impl Sync for ProjectServiceLabelFiles
impl Unpin for ProjectServiceLabelFiles
impl UnsafeUnpin for ProjectServiceLabelFiles
impl UnwindSafe for ProjectServiceLabelFiles
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