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