pub struct BroadcastTxEntity {
pub capacity: u32,
}Fields§
§capacity: u32Trait Implementations§
Source§impl EntityBodySlot for BroadcastTxEntity
impl EntityBodySlot for BroadcastTxEntity
const KIND_NAME: &'static str = "BroadcastTx"
type Value = BroadcastTxEntity
fn project(body: &EntityBody) -> Option<&Self::Value>
fn project_mut(body: &mut EntityBody) -> Option<&mut Self::Value>
Source§impl<'ʄ> Facet<'ʄ> for BroadcastTxEntity
impl<'ʄ> Facet<'ʄ> for BroadcastTxEntity
Source§impl From<BroadcastTxEntity> for EntityBody
impl From<BroadcastTxEntity> for EntityBody
Source§fn from(value: BroadcastTxEntity) -> Self
fn from(value: BroadcastTxEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BroadcastTxEntity
impl RefUnwindSafe for BroadcastTxEntity
impl Send for BroadcastTxEntity
impl Sync for BroadcastTxEntity
impl Unpin for BroadcastTxEntity
impl UnsafeUnpin for BroadcastTxEntity
impl UnwindSafe for BroadcastTxEntity
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