pub struct ClaimResponse {
pub message: String,
}Expand description
Response from the registry after submitting a platform claim.
Returned by RegistryClaimClient::submit_claim.
Fields§
§message: StringHuman-readable confirmation message from the registry.
Auto Trait Implementations§
impl Freeze for ClaimResponse
impl RefUnwindSafe for ClaimResponse
impl Send for ClaimResponse
impl Sync for ClaimResponse
impl Unpin for ClaimResponse
impl UnsafeUnpin for ClaimResponse
impl UnwindSafe for ClaimResponse
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