pub struct GetSkinParams {
pub code: String,
}Expand description
struct for passing parameters to the method get_skin
Fields§
§code: StringThe code of the skin.
Implementations§
Trait Implementations§
Source§impl Clone for GetSkinParams
impl Clone for GetSkinParams
Source§fn clone(&self) -> GetSkinParams
fn clone(&self) -> GetSkinParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetSkinParams
impl RefUnwindSafe for GetSkinParams
impl Send for GetSkinParams
impl Sync for GetSkinParams
impl Unpin for GetSkinParams
impl UnsafeUnpin for GetSkinParams
impl UnwindSafe for GetSkinParams
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