pub struct FluentParam { /* private fields */ }Expand description
Local helper for {{#fluentparam}} blocks.
Trait Implementations§
Source§impl Clone for FluentParam
impl Clone for FluentParam
Source§fn clone(&self) -> FluentParam
fn clone(&self) -> FluentParam
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 Helper for FluentParam
impl Helper for FluentParam
impl LocalHelper for FluentParam
Auto Trait Implementations§
impl Freeze for FluentParam
impl RefUnwindSafe for FluentParam
impl Send for FluentParam
impl Sync for FluentParam
impl Unpin for FluentParam
impl UnwindSafe for FluentParam
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