pub struct GetBlockOutMsgQueueSize {
pub mode: (),
pub id: BlockIdExt,
pub want_proof: Option<()>,
}Fields§
§mode: ()§id: BlockIdExt§want_proof: Option<()>Trait Implementations§
Source§impl Clone for GetBlockOutMsgQueueSize
impl Clone for GetBlockOutMsgQueueSize
Source§impl Debug for GetBlockOutMsgQueueSize
impl Debug for GetBlockOutMsgQueueSize
Source§impl PartialEq for GetBlockOutMsgQueueSize
impl PartialEq for GetBlockOutMsgQueueSize
Source§impl<'tl> TlRead<'tl> for GetBlockOutMsgQueueSize
impl<'tl> TlRead<'tl> for GetBlockOutMsgQueueSize
Auto Trait Implementations§
impl Freeze for GetBlockOutMsgQueueSize
impl RefUnwindSafe for GetBlockOutMsgQueueSize
impl Send for GetBlockOutMsgQueueSize
impl Sync for GetBlockOutMsgQueueSize
impl Unpin for GetBlockOutMsgQueueSize
impl UnwindSafe for GetBlockOutMsgQueueSize
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