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