pub struct OwnedCaptures { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for OwnedCaptures
impl Debug for OwnedCaptures
Auto Trait Implementations§
impl Freeze for OwnedCaptures
impl RefUnwindSafe for OwnedCaptures
impl Send for OwnedCaptures
impl Sync for OwnedCaptures
impl Unpin for OwnedCaptures
impl UnwindSafe for OwnedCaptures
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