pub struct TraitNode {
pub name: String,
pub methods: Vec<MethodNode>,
}Fields§
§name: String§methods: Vec<MethodNode>Trait Implementations§
impl StructuralPartialEq for TraitNode
Auto Trait Implementations§
impl Freeze for TraitNode
impl RefUnwindSafe for TraitNode
impl Send for TraitNode
impl Sync for TraitNode
impl Unpin for TraitNode
impl UnwindSafe for TraitNode
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