pub struct TCOMMIT(/* private fields */);Implementations§
Trait Implementations§
Source§impl InsnOpcode for TCOMMIT
impl InsnOpcode for TCOMMIT
impl Copy for TCOMMIT
impl Eq for TCOMMIT
impl StructuralPartialEq for TCOMMIT
Auto Trait Implementations§
impl Freeze for TCOMMIT
impl RefUnwindSafe for TCOMMIT
impl Send for TCOMMIT
impl Sync for TCOMMIT
impl Unpin for TCOMMIT
impl UnwindSafe for TCOMMIT
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