pub struct SLChainId(pub u64);Expand description
ChainId of a settlement layer.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl AddAssign<u64> for SLChainId
impl AddAssign<u64> for SLChainId
Source§fn add_assign(&mut self, other: u64)
fn add_assign(&mut self, other: u64)
Performs the
+= operation. Read moreSource§impl<'de> Deserialize<'de> for SLChainId
impl<'de> Deserialize<'de> for SLChainId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for SLChainId
impl Ord for SLChainId
Source§impl PartialOrd for SLChainId
impl PartialOrd for SLChainId
Source§impl SubAssign<u64> for SLChainId
impl SubAssign<u64> for SLChainId
Source§fn sub_assign(&mut self, other: u64)
fn sub_assign(&mut self, other: u64)
Performs the
-= operation. Read moreimpl Copy for SLChainId
impl Eq for SLChainId
impl StructuralPartialEq for SLChainId
Auto Trait Implementations§
impl Freeze for SLChainId
impl RefUnwindSafe for SLChainId
impl Send for SLChainId
impl Sync for SLChainId
impl Unpin for SLChainId
impl UnwindSafe for SLChainId
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