pub struct AcceptTermsOfService { /* private fields */ }
Expand description
Accepts Telegram terms of services
Implementations§
Trait Implementations§
Source§impl AsRef<AcceptTermsOfService> for AcceptTermsOfService
impl AsRef<AcceptTermsOfService> for AcceptTermsOfService
Source§fn as_ref(&self) -> &AcceptTermsOfService
fn as_ref(&self) -> &AcceptTermsOfService
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for AcceptTermsOfService
impl Clone for AcceptTermsOfService
Source§fn clone(&self) -> AcceptTermsOfService
fn clone(&self) -> AcceptTermsOfService
Returns a copy 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 Default for AcceptTermsOfService
impl Default for AcceptTermsOfService
Source§fn default() -> AcceptTermsOfService
fn default() -> AcceptTermsOfService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AcceptTermsOfService
impl<'de> Deserialize<'de> for AcceptTermsOfService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AcceptTermsOfService
impl RefUnwindSafe for AcceptTermsOfService
impl Send for AcceptTermsOfService
impl Sync for AcceptTermsOfService
impl Unpin 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