pub struct Savepoint {
pub name: String,
pub operation_index: usize,
pub created_at: DateTime<Utc>,
}Expand description
Savepoint within a transaction
Fields§
§name: String§operation_index: usize§created_at: DateTime<Utc>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Savepoint
impl RefUnwindSafe for Savepoint
impl Send for Savepoint
impl Sync for Savepoint
impl Unpin for Savepoint
impl UnwindSafe for Savepoint
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