pub struct GetARoleParams {
pub role_id: String,
}
Expand description
struct for passing parameters to the method get_a_role
Fields§
§role_id: String
Alphanumeric string identifying the role.
Trait Implementations§
Source§impl Clone for GetARoleParams
impl Clone for GetARoleParams
Source§fn clone(&self) -> GetARoleParams
fn clone(&self) -> GetARoleParams
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 moreSource§impl Debug for GetARoleParams
impl Debug for GetARoleParams
Source§impl Default for GetARoleParams
impl Default for GetARoleParams
Source§fn default() -> GetARoleParams
fn default() -> GetARoleParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetARoleParams
impl RefUnwindSafe for GetARoleParams
impl Send for GetARoleParams
impl Sync for GetARoleParams
impl Unpin for GetARoleParams
impl UnwindSafe for GetARoleParams
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