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