pub struct SubFieldTranslationResult {
pub name: String,
pub result: TranslationResult,
}
Fields§
§name: String
§result: TranslationResult
Implementations§
Source§impl SubFieldTranslationResult
impl SubFieldTranslationResult
pub fn new(name: impl ToString, result: TranslationResult) -> Self
Trait Implementations§
Source§impl Clone for SubFieldTranslationResult
impl Clone for SubFieldTranslationResult
Source§fn clone(&self) -> SubFieldTranslationResult
fn clone(&self) -> SubFieldTranslationResult
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<'de> Deserialize<'de> for SubFieldTranslationResult
impl<'de> Deserialize<'de> for SubFieldTranslationResult
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 SubFieldTranslationResult
impl RefUnwindSafe for SubFieldTranslationResult
impl Send for SubFieldTranslationResult
impl Sync for SubFieldTranslationResult
impl Unpin for SubFieldTranslationResult
impl UnwindSafe for SubFieldTranslationResult
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