pub struct StartAck {
pub accepted: bool,
pub generation_id: String,
pub response_id: Option<String>,
pub error_code: Option<String>,
pub error_message: Option<String>,
pub recoverable: bool,
}Fields§
§accepted: bool§generation_id: String§response_id: Option<String>§error_code: Option<String>§error_message: Option<String>§recoverable: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for StartAck
impl RefUnwindSafe for StartAck
impl Send for StartAck
impl Sync for StartAck
impl Unpin for StartAck
impl UnsafeUnpin for StartAck
impl UnwindSafe for StartAck
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