pub struct Chain {
pub id: u64,
pub is_legacy: bool,
}Fields§
§id: u64§is_legacy: boolImplementations§
Trait Implementations§
Source§impl From<&TxManagerConfig> for Chain
impl From<&TxManagerConfig> for Chain
Source§fn from(config: &TxManagerConfig) -> Self
fn from(config: &TxManagerConfig) -> Self
Converts to this type from the input type.
impl Copy for Chain
Auto Trait Implementations§
impl Freeze for Chain
impl RefUnwindSafe for Chain
impl Send for Chain
impl Sync for Chain
impl Unpin for Chain
impl UnwindSafe for Chain
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