pub struct WarningMessage {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for WarningMessage
impl Clone for WarningMessage
Source§fn clone(&self) -> WarningMessage
fn clone(&self) -> WarningMessage
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 WarningMessage
impl Debug for WarningMessage
Source§impl PartialEq for WarningMessage
impl PartialEq for WarningMessage
impl StructuralPartialEq for WarningMessage
Auto Trait Implementations§
impl Freeze for WarningMessage
impl RefUnwindSafe for WarningMessage
impl Send for WarningMessage
impl Sync for WarningMessage
impl Unpin for WarningMessage
impl UnwindSafe for WarningMessage
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