pub struct StatsUrl {
pub url: String,
}Expand description
Fields§
§url: StringTrait Implementations§
Source§impl Deserializable for StatsUrl
impl Deserializable for StatsUrl
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 Identifiable for StatsUrl
impl Identifiable for StatsUrl
Source§const CONSTRUCTOR_ID: u32 = 0x47a971e0
const CONSTRUCTOR_ID: u32 = 0x47a971e0
The constructor ID as specified in the TL schema.
Source§impl Serializable for StatsUrl
impl Serializable for StatsUrl
impl StructuralPartialEq for StatsUrl
Auto Trait Implementations§
impl Freeze for StatsUrl
impl RefUnwindSafe for StatsUrl
impl Send for StatsUrl
impl Sync for StatsUrl
impl Unpin for StatsUrl
impl UnsafeUnpin for StatsUrl
impl UnwindSafe for StatsUrl
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