pub struct OutputCategory {
pub fqn: String,
pub name: String,
pub words: Vec<String>,
}
Fields§
§fqn: String
§name: String
§words: Vec<String>
Trait Implementations§
Source§impl Clone for OutputCategory
impl Clone for OutputCategory
Source§fn clone(&self) -> OutputCategory
fn clone(&self) -> OutputCategory
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 OutputCategory
impl Debug for OutputCategory
Source§impl Default for OutputCategory
impl Default for OutputCategory
Source§fn default() -> OutputCategory
fn default() -> OutputCategory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputCategory
impl<'de> Deserialize<'de> for OutputCategory
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
Source§impl Hash for OutputCategory
impl Hash for OutputCategory
Auto Trait Implementations§
impl Freeze for OutputCategory
impl RefUnwindSafe for OutputCategory
impl Send for OutputCategory
impl Sync for OutputCategory
impl Unpin for OutputCategory
impl UnwindSafe for OutputCategory
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