pub struct LanguageDocumentation {
pub language: String,
pub text: String,
}
Fields§
§language: String
§text: String
Trait Implementations§
Source§impl Clone for LanguageDocumentation
impl Clone for LanguageDocumentation
Source§fn clone(&self) -> LanguageDocumentation
fn clone(&self) -> LanguageDocumentation
Returns a copy 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 LanguageDocumentation
impl Debug for LanguageDocumentation
Source§impl Hash for LanguageDocumentation
impl Hash for LanguageDocumentation
Source§impl PartialEq for LanguageDocumentation
impl PartialEq for LanguageDocumentation
impl Eq for LanguageDocumentation
impl StructuralPartialEq for LanguageDocumentation
Auto Trait Implementations§
impl Freeze for LanguageDocumentation
impl RefUnwindSafe for LanguageDocumentation
impl Send for LanguageDocumentation
impl Sync for LanguageDocumentation
impl Unpin for LanguageDocumentation
impl UnwindSafe for LanguageDocumentation
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