pub struct ClassRegionIndex { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ClassRegionIndex
impl Debug for ClassRegionIndex
Source§impl Default for ClassRegionIndex
impl Default for ClassRegionIndex
Source§fn default() -> ClassRegionIndex
fn default() -> ClassRegionIndex
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClassRegionIndex
impl RefUnwindSafe for ClassRegionIndex
impl Send for ClassRegionIndex
impl Sync for ClassRegionIndex
impl Unpin for ClassRegionIndex
impl UnwindSafe for ClassRegionIndex
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