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