pub struct UrlAuthResultAccepted {
pub url: Option<String>,
}Expand description
Generated from:
urlAuthResultAccepted#623a8fa0 flags:# url:flags.0?string = UrlAuthResultFields§
§url: Option<String>Trait Implementations§
Source§impl Clone for UrlAuthResultAccepted
impl Clone for UrlAuthResultAccepted
Source§fn clone(&self) -> UrlAuthResultAccepted
fn clone(&self) -> UrlAuthResultAccepted
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 UrlAuthResultAccepted
impl Debug for UrlAuthResultAccepted
Source§impl Deserializable for UrlAuthResultAccepted
impl Deserializable for UrlAuthResultAccepted
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<UrlAuthResultAccepted> for UrlAuthResult
impl From<UrlAuthResultAccepted> for UrlAuthResult
Source§fn from(x: UrlAuthResultAccepted) -> Self
fn from(x: UrlAuthResultAccepted) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UrlAuthResultAccepted
impl Identifiable for UrlAuthResultAccepted
Source§const CONSTRUCTOR_ID: u32 = 0x623a8fa0
const CONSTRUCTOR_ID: u32 = 0x623a8fa0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UrlAuthResultAccepted
impl PartialEq for UrlAuthResultAccepted
Source§impl Serializable for UrlAuthResultAccepted
impl Serializable for UrlAuthResultAccepted
Source§impl TryFrom<UrlAuthResult> for UrlAuthResultAccepted
impl TryFrom<UrlAuthResult> for UrlAuthResultAccepted
Source§type Error = UrlAuthResult
type Error = UrlAuthResult
The type returned in the event of a conversion error.
impl StructuralPartialEq for UrlAuthResultAccepted
Auto Trait Implementations§
impl Freeze for UrlAuthResultAccepted
impl RefUnwindSafe for UrlAuthResultAccepted
impl Send for UrlAuthResultAccepted
impl Sync for UrlAuthResultAccepted
impl Unpin for UrlAuthResultAccepted
impl UnsafeUnpin for UrlAuthResultAccepted
impl UnwindSafe for UrlAuthResultAccepted
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