pub struct SetApplicationPropertyParams {
pub id: String,
pub simple_application_property_bean: SimpleApplicationPropertyBean,
}Expand description
struct for passing parameters to the method set_application_property
Fields§
§id: StringThe key of the application property to update.
simple_application_property_bean: SimpleApplicationPropertyBeanTrait Implementations§
Source§impl Clone for SetApplicationPropertyParams
impl Clone for SetApplicationPropertyParams
Source§fn clone(&self) -> SetApplicationPropertyParams
fn clone(&self) -> SetApplicationPropertyParams
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 SetApplicationPropertyParams
impl RefUnwindSafe for SetApplicationPropertyParams
impl Send for SetApplicationPropertyParams
impl Sync for SetApplicationPropertyParams
impl Unpin for SetApplicationPropertyParams
impl UnwindSafe for SetApplicationPropertyParams
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