pub struct SerdeGetText {
pub args: HashMap<String, String>,
/* private fields */
}Expand description
A deserializable struct to translate and format
Fields§
§args: HashMap<String, String>Base arguments that can be provided for keywords format
Trait Implementations§
Source§impl Clone for SerdeGetText
impl Clone for SerdeGetText
Source§fn clone(&self) -> SerdeGetText
fn clone(&self) -> SerdeGetText
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 Debug for SerdeGetText
impl Debug for SerdeGetText
Source§impl<'de> Deserialize<'de> for SerdeGetText
impl<'de> Deserialize<'de> for SerdeGetText
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SerdeGetText
impl RefUnwindSafe for SerdeGetText
impl Send for SerdeGetText
impl Sync for SerdeGetText
impl Unpin for SerdeGetText
impl UnwindSafe for SerdeGetText
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