Struct fluent_fallback::types::L10nMessage
source · pub struct L10nMessage<'l> {
pub value: Option<Cow<'l, str>>,
pub attributes: Vec<L10nAttribute<'l>>,
}
Fields
value: Option<Cow<'l, str>>
attributes: Vec<L10nAttribute<'l>>
Trait Implementations
sourceimpl<'l> Clone for L10nMessage<'l>
impl<'l> Clone for L10nMessage<'l>
sourcefn clone(&self) -> L10nMessage<'l>
fn clone(&self) -> L10nMessage<'l>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl<'l> RefUnwindSafe for L10nMessage<'l>
impl<'l> Send for L10nMessage<'l>
impl<'l> Sync for L10nMessage<'l>
impl<'l> Unpin for L10nMessage<'l>
impl<'l> UnwindSafe for L10nMessage<'l>
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