pub struct TypeParameter {
    pub name: String,
    pub description: String,
}Fields§
§name: String§description: StringImplementations§
Trait Implementations§
Source§impl Clone for TypeParameter
 
impl Clone for TypeParameter
Source§fn clone(&self) -> TypeParameter
 
fn clone(&self) -> TypeParameter
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 TypeParameter
 
impl Debug for TypeParameter
Source§impl<'de> Deserialize<'de> for TypeParameter
 
impl<'de> Deserialize<'de> for TypeParameter
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 From<&str> for TypeParameter
 
impl From<&str> for TypeParameter
Source§impl From<String> for TypeParameter
 
impl From<String> for TypeParameter
Source§impl Hash for TypeParameter
 
impl Hash for TypeParameter
Source§impl PartialEq for TypeParameter
 
impl PartialEq for TypeParameter
Source§impl Serialize for TypeParameter
 
impl Serialize for TypeParameter
impl Eq for TypeParameter
Auto Trait Implementations§
impl Freeze for TypeParameter
impl RefUnwindSafe for TypeParameter
impl Send for TypeParameter
impl Sync for TypeParameter
impl Unpin for TypeParameter
impl UnwindSafe for TypeParameter
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