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