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