pub struct GroupCallStreamRtmpUrl {
pub url: String,
pub key: String,
}Expand description
Generated from:
phone.groupCallStreamRtmpUrl#2dbf3432 url:string key:string = phone.GroupCallStreamRtmpUrlFields§
§url: String§key: StringTrait Implementations§
Source§impl Clone for GroupCallStreamRtmpUrl
impl Clone for GroupCallStreamRtmpUrl
Source§fn clone(&self) -> GroupCallStreamRtmpUrl
fn clone(&self) -> GroupCallStreamRtmpUrl
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 GroupCallStreamRtmpUrl
impl Debug for GroupCallStreamRtmpUrl
Source§impl Deserializable for GroupCallStreamRtmpUrl
impl Deserializable for GroupCallStreamRtmpUrl
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<GroupCallStreamRtmpUrl> for GroupCallStreamRtmpUrl
impl From<GroupCallStreamRtmpUrl> for GroupCallStreamRtmpUrl
Source§fn from(x: GroupCallStreamRtmpUrl) -> Self
fn from(x: GroupCallStreamRtmpUrl) -> Self
Converts to this type from the input type.
Source§impl Identifiable for GroupCallStreamRtmpUrl
impl Identifiable for GroupCallStreamRtmpUrl
Source§const CONSTRUCTOR_ID: u32 = 0x2dbf3432
const CONSTRUCTOR_ID: u32 = 0x2dbf3432
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GroupCallStreamRtmpUrl
impl PartialEq for GroupCallStreamRtmpUrl
Source§impl TryFrom<GroupCallStreamRtmpUrl> for GroupCallStreamRtmpUrl
impl TryFrom<GroupCallStreamRtmpUrl> for GroupCallStreamRtmpUrl
Source§type Error = GroupCallStreamRtmpUrl
type Error = GroupCallStreamRtmpUrl
The type returned in the event of a conversion error.
impl StructuralPartialEq for GroupCallStreamRtmpUrl
Auto Trait Implementations§
impl Freeze for GroupCallStreamRtmpUrl
impl RefUnwindSafe for GroupCallStreamRtmpUrl
impl Send for GroupCallStreamRtmpUrl
impl Sync for GroupCallStreamRtmpUrl
impl Unpin for GroupCallStreamRtmpUrl
impl UnsafeUnpin for GroupCallStreamRtmpUrl
impl UnwindSafe for GroupCallStreamRtmpUrl
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