pub struct TransactBlock {
pub loc: Loc,
}Fields§
§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for TransactBlock
impl RefUnwindSafe for TransactBlock
impl Send for TransactBlock
impl Sync for TransactBlock
impl Unpin for TransactBlock
impl UnsafeUnpin for TransactBlock
impl UnwindSafe for TransactBlock
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