pub struct TraitImpl {
pub trait_name: String,
pub type_name: String,
pub line: usize,
}Expand description
A trait implementation (impl Trait for Type).
Fields§
§trait_name: String§type_name: String§line: usizeTrait Implementations§
Source§impl<'de> Deserialize<'de> for TraitImpl
impl<'de> Deserialize<'de> for TraitImpl
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 TraitImpl
impl RefUnwindSafe for TraitImpl
impl Send for TraitImpl
impl Sync for TraitImpl
impl Unpin for TraitImpl
impl UnsafeUnpin for TraitImpl
impl UnwindSafe for TraitImpl
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