pub struct UserSubscribeUpdatesRequest { /* private fields */ }Implementations§
Source§impl UserSubscribeUpdatesRequest
impl UserSubscribeUpdatesRequest
pub fn command_id<T>(self, value: T) -> Self
pub fn data<T>(self, value: T) -> Self
pub fn message_id<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for UserSubscribeUpdatesRequest
impl Clone for UserSubscribeUpdatesRequest
Source§fn clone(&self) -> UserSubscribeUpdatesRequest
fn clone(&self) -> UserSubscribeUpdatesRequest
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 UserSubscribeUpdatesRequest
impl Debug for UserSubscribeUpdatesRequest
Source§impl From<UserSubscribeUpdatesRequest> for UserSubscribeUpdatesRequest
impl From<UserSubscribeUpdatesRequest> for UserSubscribeUpdatesRequest
Source§fn from(value: UserSubscribeUpdatesRequest) -> Self
fn from(value: UserSubscribeUpdatesRequest) -> Self
Converts to this type from the input type.
Source§impl TryFrom<UserSubscribeUpdatesRequest> for UserSubscribeUpdatesRequest
impl TryFrom<UserSubscribeUpdatesRequest> for UserSubscribeUpdatesRequest
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: UserSubscribeUpdatesRequest) -> Result<Self, ConversionError>
fn try_from(value: UserSubscribeUpdatesRequest) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for UserSubscribeUpdatesRequest
impl RefUnwindSafe for UserSubscribeUpdatesRequest
impl Send for UserSubscribeUpdatesRequest
impl Sync for UserSubscribeUpdatesRequest
impl Unpin for UserSubscribeUpdatesRequest
impl UnsafeUnpin for UserSubscribeUpdatesRequest
impl UnwindSafe for UserSubscribeUpdatesRequest
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