pub enum Region3 {}
Expand description
ICM Region 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Region3
impl RefUnwindSafe for Region3
impl Send for Region3
impl Sync for Region3
impl Unpin for Region3
impl UnwindSafe for Region3
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