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