pub struct GetAvatarsParams {
pub _type: String,
pub entity_id: String,
}
Expand description
struct for passing parameters to the method get_avatars
Fields§
§_type: String
The avatar type.
entity_id: String
The ID of the item the avatar is associated with.
Trait Implementations§
Source§impl Clone for GetAvatarsParams
impl Clone for GetAvatarsParams
Source§fn clone(&self) -> GetAvatarsParams
fn clone(&self) -> GetAvatarsParams
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 moreAuto Trait Implementations§
impl Freeze for GetAvatarsParams
impl RefUnwindSafe for GetAvatarsParams
impl Send for GetAvatarsParams
impl Sync for GetAvatarsParams
impl Unpin for GetAvatarsParams
impl UnwindSafe for GetAvatarsParams
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