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