pub enum ApplyToKind {
To,
Target,
End,
}Available on crate feature
lang only.Expand description
Error kind of parsing apply .. to … stat.
Variants§
Trait Implementations§
Source§impl Clone for ApplyToKind
impl Clone for ApplyToKind
Source§fn clone(&self) -> ApplyToKind
fn clone(&self) -> ApplyToKind
Returns a duplicate of the value. Read more
1.0.0 · 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 ApplyToKind
impl Debug for ApplyToKind
Source§impl Display for ApplyToKind
impl Display for ApplyToKind
Source§impl Error for ApplyToKind
impl Error for ApplyToKind
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for ApplyToKind
impl PartialEq for ApplyToKind
Source§impl PartialOrd for ApplyToKind
impl PartialOrd for ApplyToKind
impl StructuralPartialEq for ApplyToKind
Auto Trait Implementations§
impl Freeze for ApplyToKind
impl RefUnwindSafe for ApplyToKind
impl Send for ApplyToKind
impl Sync for ApplyToKind
impl Unpin for ApplyToKind
impl UnwindSafe for ApplyToKind
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