pub struct TransId { /* private fields */ }Expand description
service request transaction id
Implementations§
Trait Implementations§
Source§impl Ord for TransId
impl Ord for TransId
Source§impl PartialOrd for TransId
impl PartialOrd for TransId
impl Copy for TransId
impl Eq for TransId
impl StructuralPartialEq for TransId
Auto Trait Implementations§
impl Freeze for TransId
impl RefUnwindSafe for TransId
impl Send for TransId
impl Sync for TransId
impl Unpin for TransId
impl UnwindSafe for TransId
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