pub struct AbortDB {
pub request_id: String,
pub subject_id: String,
pub sn: Option<u64>,
pub error: String,
pub who: String,
pub abort_type: String,
}Fields§
§request_id: String§subject_id: String§sn: Option<u64>§error: String§who: String§abort_type: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AbortDB
impl<'de> Deserialize<'de> for AbortDB
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AbortDB
impl RefUnwindSafe for AbortDB
impl Send for AbortDB
impl Sync for AbortDB
impl Unpin for AbortDB
impl UnsafeUnpin for AbortDB
impl UnwindSafe for AbortDB
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