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