#[repr(C)]pub struct RBounds { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for RBounds
impl ExternType for RBounds
impl UniquePtrTarget for RBounds
Auto Trait Implementations§
impl Freeze for RBounds
impl RefUnwindSafe for RBounds
impl !Send for RBounds
impl !Sync for RBounds
impl !Unpin for RBounds
impl UnwindSafe for RBounds
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