pub struct TraitItem {
pub path: Path,
pub name: Ident,
/* private fields */
}
Fields§
§path: Path
§name: Ident
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraitItem
impl RefUnwindSafe for TraitItem
impl !Send for TraitItem
impl !Sync for TraitItem
impl Unpin for TraitItem
impl UnwindSafe for TraitItem
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