pub struct DetachedTrait {
pub items: Vec<Item<FnSpec>>,
pub refts: Vec<TraitAssocReft>,
}
Fields§
§items: Vec<Item<FnSpec>>
§refts: Vec<TraitAssocReft>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DetachedTrait
impl RefUnwindSafe for DetachedTrait
impl Send for DetachedTrait
impl Sync for DetachedTrait
impl Unpin for DetachedTrait
impl UnwindSafe for DetachedTrait
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