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