pub struct ReplaceResponse {
pub success: bool,
pub id: String,
pub new_body_hash: Option<String>,
pub rationale: String,
pub error: Option<String>,
}Fields§
§success: bool§id: String§new_body_hash: Option<String>§rationale: String§error: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplaceResponse
impl RefUnwindSafe for ReplaceResponse
impl Send for ReplaceResponse
impl Sync for ReplaceResponse
impl Unpin for ReplaceResponse
impl UnsafeUnpin for ReplaceResponse
impl UnwindSafe for ReplaceResponse
Blanket Implementations§
impl<T> Allocation for T
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