pub struct UpdateGroupCall {
pub live_story: bool,
pub peer: Option<Peer>,
pub call: GroupCall,
}Expand description
Generated from:
updateGroupCall#9d2216e0 flags:# live_story:flags.2?true peer:flags.1?Peer call:GroupCall = UpdateFields§
§live_story: bool§peer: Option<Peer>§call: GroupCallTrait Implementations§
Source§impl Clone for UpdateGroupCall
impl Clone for UpdateGroupCall
Source§fn clone(&self) -> UpdateGroupCall
fn clone(&self) -> UpdateGroupCall
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 UpdateGroupCall
impl Debug for UpdateGroupCall
Source§impl Deserializable for UpdateGroupCall
impl Deserializable for UpdateGroupCall
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<UpdateGroupCall> for Update
impl From<UpdateGroupCall> for Update
Source§fn from(x: UpdateGroupCall) -> Self
fn from(x: UpdateGroupCall) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateGroupCall
impl Identifiable for UpdateGroupCall
Source§const CONSTRUCTOR_ID: u32 = 0x9d2216e0
const CONSTRUCTOR_ID: u32 = 0x9d2216e0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateGroupCall
impl PartialEq for UpdateGroupCall
Source§impl Serializable for UpdateGroupCall
impl Serializable for UpdateGroupCall
Source§impl TryFrom<Update> for UpdateGroupCall
impl TryFrom<Update> for UpdateGroupCall
impl StructuralPartialEq for UpdateGroupCall
Auto Trait Implementations§
impl Freeze for UpdateGroupCall
impl RefUnwindSafe for UpdateGroupCall
impl Send for UpdateGroupCall
impl Sync for UpdateGroupCall
impl Unpin for UpdateGroupCall
impl UnsafeUnpin for UpdateGroupCall
impl UnwindSafe for UpdateGroupCall
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