pub struct BodyHandPair { /* private fields */ }Implementations§
Source§impl BodyHandPair
impl BodyHandPair
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BodyHandPair
impl RefUnwindSafe for BodyHandPair
impl !Send for BodyHandPair
impl !Sync for BodyHandPair
impl Unpin for BodyHandPair
impl UnwindSafe for BodyHandPair
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