pub struct WarningLine {
pub message: String,
}
Fields§
§message: String
Implementations§
Trait Implementations§
Source§impl Clone for WarningLine
impl Clone for WarningLine
Source§fn clone(&self) -> WarningLine
fn clone(&self) -> WarningLine
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 WarningLine
impl Debug for WarningLine
Source§impl Ord for WarningLine
impl Ord for WarningLine
Source§fn cmp(&self, other: &WarningLine) -> Ordering
fn cmp(&self, other: &WarningLine) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WarningLine
impl PartialEq for WarningLine
Source§impl PartialOrd for WarningLine
impl PartialOrd for WarningLine
impl Eq for WarningLine
impl StructuralPartialEq for WarningLine
Auto Trait Implementations§
impl Freeze for WarningLine
impl RefUnwindSafe for WarningLine
impl Send for WarningLine
impl Sync for WarningLine
impl Unpin for WarningLine
impl UnwindSafe for WarningLine
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