pub struct GeneralPart {}Auto Trait Implementations§
impl Freeze for GeneralPart
impl RefUnwindSafe for GeneralPart
impl Send for GeneralPart
impl Sync for GeneralPart
impl Unpin for GeneralPart
impl UnsafeUnpin for GeneralPart
impl UnwindSafe for GeneralPart
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