pub enum EndsWithExprOffset {}Auto Trait Implementations§
impl Freeze for EndsWithExprOffset
impl RefUnwindSafe for EndsWithExprOffset
impl Send for EndsWithExprOffset
impl Sync for EndsWithExprOffset
impl Unpin for EndsWithExprOffset
impl UnsafeUnpin for EndsWithExprOffset
impl UnwindSafe for EndsWithExprOffset
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