pub struct OwnedBinder;Implementations§
Auto Trait Implementations§
impl Freeze for OwnedBinder
impl RefUnwindSafe for OwnedBinder
impl Send for OwnedBinder
impl Sync for OwnedBinder
impl Unpin for OwnedBinder
impl UnsafeUnpin for OwnedBinder
impl UnwindSafe for OwnedBinder
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