pub struct UpdateScreenSchemeParams {
pub screen_scheme_id: String,
pub update_screen_scheme_details: UpdateScreenSchemeDetails,
}Expand description
struct for passing parameters to the method update_screen_scheme
Fields§
§screen_scheme_id: StringThe ID of the screen scheme.
update_screen_scheme_details: UpdateScreenSchemeDetailsThe screen scheme update details.
Trait Implementations§
Source§impl Clone for UpdateScreenSchemeParams
impl Clone for UpdateScreenSchemeParams
Source§fn clone(&self) -> UpdateScreenSchemeParams
fn clone(&self) -> UpdateScreenSchemeParams
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 UpdateScreenSchemeParams
impl RefUnwindSafe for UpdateScreenSchemeParams
impl Send for UpdateScreenSchemeParams
impl Sync for UpdateScreenSchemeParams
impl Unpin for UpdateScreenSchemeParams
impl UnwindSafe for UpdateScreenSchemeParams
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