pub struct DeclineUrlAuth {
pub url: String,
}Expand description
Fields§
§url: StringTrait Implementations§
Source§impl Clone for DeclineUrlAuth
impl Clone for DeclineUrlAuth
Source§fn clone(&self) -> DeclineUrlAuth
fn clone(&self) -> DeclineUrlAuth
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 DeclineUrlAuth
impl Debug for DeclineUrlAuth
Source§impl Identifiable for DeclineUrlAuth
impl Identifiable for DeclineUrlAuth
Source§const CONSTRUCTOR_ID: u32 = 0x35436bbc
const CONSTRUCTOR_ID: u32 = 0x35436bbc
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeclineUrlAuth
impl PartialEq for DeclineUrlAuth
Source§impl RemoteCall for DeclineUrlAuth
impl RemoteCall for DeclineUrlAuth
Source§impl Serializable for DeclineUrlAuth
impl Serializable for DeclineUrlAuth
impl StructuralPartialEq for DeclineUrlAuth
Auto Trait Implementations§
impl Freeze for DeclineUrlAuth
impl RefUnwindSafe for DeclineUrlAuth
impl Send for DeclineUrlAuth
impl Sync for DeclineUrlAuth
impl Unpin for DeclineUrlAuth
impl UnsafeUnpin for DeclineUrlAuth
impl UnwindSafe for DeclineUrlAuth
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