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