pub struct AcceptTermsOfService {
pub terms_of_service_id: String,
}
Expand description
Accepts Telegram terms of services
Fields§
§terms_of_service_id: String
Terms of service identifier
Trait 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<'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
Source§impl Method for AcceptTermsOfService
impl Method 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 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