pub struct SBC;Expand description
Marker struct for SBC token deployment implementations.
Chain-specific crates implement traits for this marker struct to provide per-network SBC token deployment information.
Auto Trait Implementations§
impl Freeze for SBC
impl RefUnwindSafe for SBC
impl Send for SBC
impl Sync for SBC
impl Unpin for SBC
impl UnsafeUnpin for SBC
impl UnwindSafe for SBC
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