pub struct ProjectInvalidServiceStringItem { /* private fields */ }Expand description
A malformed effective item from a sequence requiring YAML string scalars.
Implementations§
Source§impl ProjectInvalidServiceStringItem
impl ProjectInvalidServiceStringItem
Sourcepub const fn span(self) -> SourceSpan
pub const fn span(self) -> SourceSpan
Returns the malformed item’s effective source span.
Trait Implementations§
Source§impl Clone for ProjectInvalidServiceStringItem
impl Clone for ProjectInvalidServiceStringItem
Source§fn clone(&self) -> ProjectInvalidServiceStringItem
fn clone(&self) -> ProjectInvalidServiceStringItem
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 moreimpl Copy for ProjectInvalidServiceStringItem
impl Eq for ProjectInvalidServiceStringItem
impl StructuralPartialEq for ProjectInvalidServiceStringItem
Auto Trait Implementations§
impl Freeze for ProjectInvalidServiceStringItem
impl RefUnwindSafe for ProjectInvalidServiceStringItem
impl Send for ProjectInvalidServiceStringItem
impl Sync for ProjectInvalidServiceStringItem
impl Unpin for ProjectInvalidServiceStringItem
impl UnsafeUnpin for ProjectInvalidServiceStringItem
impl UnwindSafe for ProjectInvalidServiceStringItem
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