pub struct FormatMessage {
pub name: String,
pub fields: Vec<Field>,
}
Fields§
§name: String
§fields: Vec<Field>
Trait Implementations§
Source§impl Clone for FormatMessage
impl Clone for FormatMessage
Source§fn clone(&self) -> FormatMessage
fn clone(&self) -> FormatMessage
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 FormatMessage
impl Debug for FormatMessage
Auto Trait Implementations§
impl Freeze for FormatMessage
impl RefUnwindSafe for FormatMessage
impl Send for FormatMessage
impl Sync for FormatMessage
impl Unpin for FormatMessage
impl UnwindSafe for FormatMessage
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