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