Struct fluent_testing::scenarios::structs::L10nMessage
source · pub struct L10nMessage {
pub value: Option<String>,
pub attributes: Option<Vec<L10nAttribute>>,
}Fields
value: Option<String>attributes: Option<Vec<L10nAttribute>>Implementations
sourceimpl L10nMessage
impl L10nMessage
Trait Implementations
sourceimpl Debug for L10nMessage
impl Debug for L10nMessage
Auto Trait Implementations
impl RefUnwindSafe for L10nMessage
impl Send for L10nMessage
impl Sync for L10nMessage
impl Unpin for L10nMessage
impl UnwindSafe for L10nMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more