pub struct ScopeBorrow<'b, T: Clone> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'b, T> Freeze for ScopeBorrow<'b, T>
impl<'b, T> !RefUnwindSafe for ScopeBorrow<'b, T>
impl<'b, T> !Send for ScopeBorrow<'b, T>
impl<'b, T> !Sync for ScopeBorrow<'b, T>
impl<'b, T> Unpin for ScopeBorrow<'b, T>
impl<'b, T> !UnwindSafe for ScopeBorrow<'b, T>
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