#[repr(C)]pub struct RException { /* private fields */ }
Trait Implementations§
Source§impl Clone for RException
impl Clone for RException
Source§fn clone(&self) -> RException
fn clone(&self) -> RException
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RException
impl Debug for RException
impl Copy for RException
Auto Trait Implementations§
impl Freeze for RException
impl RefUnwindSafe for RException
impl Send for RException
impl Sync for RException
impl Unpin for RException
impl UnwindSafe for RException
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