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