Struct abstract_version_control::contract::VcResponse
source · pub struct VcResponse;Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VcResponse
impl Send for VcResponse
impl Sync for VcResponse
impl Unpin for VcResponse
impl UnwindSafe for VcResponse
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