[−][src]Enum dockerfile_parser::BreakableStringComponent
A component of a breakable string.
Variants
String(SpannedString)Comment(SpannedComment)Trait Implementations
impl Clone for BreakableStringComponent[src]
fn clone(&self) -> BreakableStringComponent[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for BreakableStringComponent[src]
impl Eq for BreakableStringComponent[src]
impl<'_> From<((usize, usize), &'_ str)> for BreakableStringComponent[src]
impl From<SpannedComment> for BreakableStringComponent[src]
fn from(c: SpannedComment) -> Self[src]
impl From<SpannedString> for BreakableStringComponent[src]
fn from(s: SpannedString) -> Self[src]
impl Ord for BreakableStringComponent[src]
fn cmp(&self, other: &BreakableStringComponent) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<BreakableStringComponent> for BreakableStringComponent[src]
fn eq(&self, other: &BreakableStringComponent) -> bool[src]
fn ne(&self, other: &BreakableStringComponent) -> bool[src]
impl PartialOrd<BreakableStringComponent> for BreakableStringComponent[src]
fn partial_cmp(&self, other: &BreakableStringComponent) -> Option<Ordering>[src]
fn lt(&self, other: &BreakableStringComponent) -> bool[src]
fn le(&self, other: &BreakableStringComponent) -> bool[src]
fn gt(&self, other: &BreakableStringComponent) -> bool[src]
fn ge(&self, other: &BreakableStringComponent) -> bool[src]
impl StructuralEq for BreakableStringComponent[src]
impl StructuralPartialEq for BreakableStringComponent[src]
Auto Trait Implementations
impl RefUnwindSafe for BreakableStringComponent
impl Send for BreakableStringComponent
impl Sync for BreakableStringComponent
impl Unpin for BreakableStringComponent
impl UnwindSafe for BreakableStringComponent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,