pub struct AbstractPart;
Expand description
Type of an abstract part.
Partial reference keep track of an abstract part, without providing any operations on it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbstractPart
impl RefUnwindSafe for AbstractPart
impl Send for AbstractPart
impl Sync for AbstractPart
impl Unpin for AbstractPart
impl UnwindSafe for AbstractPart
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