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