Struct fuel_core::database::transactions::OwnedTransactionIndexKey
source · pub struct OwnedTransactionIndexKey { /* private fields */ }
Trait Implementations§
source§impl From<OwnedTransactionIndexKey> for OwnedTransactionIndexCursor
impl From<OwnedTransactionIndexKey> for OwnedTransactionIndexCursor
source§fn from(key: OwnedTransactionIndexKey) -> Self
fn from(key: OwnedTransactionIndexKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for OwnedTransactionIndexKey
impl Send for OwnedTransactionIndexKey
impl Sync for OwnedTransactionIndexKey
impl Unpin for OwnedTransactionIndexKey
impl UnwindSafe for OwnedTransactionIndexKey
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