pub struct Documentation {
pub source: Option<String>,
pub lang: Option<String>,
}Fields§
§source: Option<String>§lang: Option<String>Trait Implementations§
Source§impl Clone for Documentation
impl Clone for Documentation
Source§fn clone(&self) -> Documentation
fn clone(&self) -> Documentation
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 Documentation
impl Debug for Documentation
Source§impl<'de> Deserializer<'de, Documentation> for DocumentationDeserializer
impl<'de> Deserializer<'de, Documentation> for DocumentationDeserializer
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, Documentation>where
R: DeserializeReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, Documentation>where
R: DeserializeReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, Documentation>where
R: DeserializeReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, Documentation>where
R: DeserializeReader,
Source§fn finish<R>(self, reader: &R) -> Result<Documentation, Error>where
R: DeserializeReader,
fn finish<R>(self, reader: &R) -> Result<Documentation, Error>where
R: DeserializeReader,
Force the deserializer to finish. Read more
Source§impl PartialEq for Documentation
impl PartialEq for Documentation
Source§impl WithDeserializer for Documentation
impl WithDeserializer for Documentation
Source§type Deserializer = DocumentationDeserializer
type Deserializer = DocumentationDeserializer
The deserializer to use for this type.
impl Eq for Documentation
impl StructuralPartialEq for Documentation
Auto Trait Implementations§
impl Freeze for Documentation
impl RefUnwindSafe for Documentation
impl Send for Documentation
impl Sync for Documentation
impl Unpin for Documentation
impl UnwindSafe for Documentation
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