Struct fluent_fallback::types::L10nAttribute
source · Fields
name: Cow<'l, str>
value: Cow<'l, str>
Trait Implementations
sourceimpl<'l> Clone for L10nAttribute<'l>
impl<'l> Clone for L10nAttribute<'l>
sourcefn clone(&self) -> L10nAttribute<'l>
fn clone(&self) -> L10nAttribute<'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 L10nAttribute<'l>
impl<'l> Send for L10nAttribute<'l>
impl<'l> Sync for L10nAttribute<'l>
impl<'l> Unpin for L10nAttribute<'l>
impl<'l> UnwindSafe for L10nAttribute<'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