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