pub struct UpdateGroupCallChainBlocks {
pub call: InputGroupCall,
pub sub_chain_id: i32,
pub blocks: Vec<Vec<u8>>,
pub next_offset: i32,
}Expand description
Generated from:
updateGroupCallChainBlocks#a477288f call:InputGroupCall sub_chain_id:int blocks:Vector<bytes> next_offset:int = UpdateFields§
§call: InputGroupCall§sub_chain_id: i32§blocks: Vec<Vec<u8>>§next_offset: i32Trait Implementations§
Source§impl Clone for UpdateGroupCallChainBlocks
impl Clone for UpdateGroupCallChainBlocks
Source§fn clone(&self) -> UpdateGroupCallChainBlocks
fn clone(&self) -> UpdateGroupCallChainBlocks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateGroupCallChainBlocks
impl Debug for UpdateGroupCallChainBlocks
Source§impl Deserializable for UpdateGroupCallChainBlocks
impl Deserializable for UpdateGroupCallChainBlocks
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateGroupCallChainBlocks> for Update
impl From<UpdateGroupCallChainBlocks> for Update
Source§fn from(x: UpdateGroupCallChainBlocks) -> Self
fn from(x: UpdateGroupCallChainBlocks) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateGroupCallChainBlocks
impl Identifiable for UpdateGroupCallChainBlocks
Source§const CONSTRUCTOR_ID: u32 = 0xa477288f
const CONSTRUCTOR_ID: u32 = 0xa477288f
The constructor ID as specified in the TL schema.
Source§impl TryFrom<Update> for UpdateGroupCallChainBlocks
impl TryFrom<Update> for UpdateGroupCallChainBlocks
impl StructuralPartialEq for UpdateGroupCallChainBlocks
Auto Trait Implementations§
impl Freeze for UpdateGroupCallChainBlocks
impl RefUnwindSafe for UpdateGroupCallChainBlocks
impl Send for UpdateGroupCallChainBlocks
impl Sync for UpdateGroupCallChainBlocks
impl Unpin for UpdateGroupCallChainBlocks
impl UnsafeUnpin for UpdateGroupCallChainBlocks
impl UnwindSafe for UpdateGroupCallChainBlocks
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