pub struct GetConfigurationsParams {
pub x_request_id: Option<String>,
}Expand description
struct for passing parameters to the method get_configurations
Fields§
§x_request_id: Option<String>An unique ID for the request
Trait Implementations§
Source§impl Clone for GetConfigurationsParams
impl Clone for GetConfigurationsParams
Source§fn clone(&self) -> GetConfigurationsParams
fn clone(&self) -> GetConfigurationsParams
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 GetConfigurationsParams
impl RefUnwindSafe for GetConfigurationsParams
impl Send for GetConfigurationsParams
impl Sync for GetConfigurationsParams
impl Unpin for GetConfigurationsParams
impl UnwindSafe for GetConfigurationsParams
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