pub struct GetTermsOfServiceUpdate {}Expand description
Generated from:
help.getTermsOfServiceUpdate#2ca51fd1 = help.TermsOfServiceUpdateTrait Implementations§
Source§impl Clone for GetTermsOfServiceUpdate
impl Clone for GetTermsOfServiceUpdate
Source§fn clone(&self) -> GetTermsOfServiceUpdate
fn clone(&self) -> GetTermsOfServiceUpdate
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 GetTermsOfServiceUpdate
impl Debug for GetTermsOfServiceUpdate
Source§impl Identifiable for GetTermsOfServiceUpdate
impl Identifiable for GetTermsOfServiceUpdate
Source§const CONSTRUCTOR_ID: u32 = 0x2ca51fd1
const CONSTRUCTOR_ID: u32 = 0x2ca51fd1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetTermsOfServiceUpdate
impl PartialEq for GetTermsOfServiceUpdate
Source§impl RemoteCall for GetTermsOfServiceUpdate
impl RemoteCall for GetTermsOfServiceUpdate
Source§type Return = TermsOfServiceUpdate
type Return = TermsOfServiceUpdate
The deserialized response type.
impl StructuralPartialEq for GetTermsOfServiceUpdate
Auto Trait Implementations§
impl Freeze for GetTermsOfServiceUpdate
impl RefUnwindSafe for GetTermsOfServiceUpdate
impl Send for GetTermsOfServiceUpdate
impl Sync for GetTermsOfServiceUpdate
impl Unpin for GetTermsOfServiceUpdate
impl UnsafeUnpin for GetTermsOfServiceUpdate
impl UnwindSafe for GetTermsOfServiceUpdate
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