pub struct L10nMessage {
pub value: Option<String>,
pub attributes: Option<Vec<L10nAttribute>>,
}
Fields§
§value: Option<String>
§attributes: Option<Vec<L10nAttribute>>
Implementations§
Source§impl L10nMessage
impl L10nMessage
Trait Implementations§
Source§impl Debug for L10nMessage
impl Debug for L10nMessage
Auto Trait Implementations§
impl Freeze for L10nMessage
impl RefUnwindSafe for L10nMessage
impl Send for L10nMessage
impl Sync for L10nMessage
impl Unpin for L10nMessage
impl UnwindSafe for L10nMessage
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