pub struct UserRoleUpdateRequest {
pub role: String,
}
Fields§
§role: String
owner
or reader
Trait Implementations§
Source§impl Clone for UserRoleUpdateRequest
impl Clone for UserRoleUpdateRequest
Source§fn clone(&self) -> UserRoleUpdateRequest
fn clone(&self) -> UserRoleUpdateRequest
Returns a copy 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 UserRoleUpdateRequest
impl Debug for UserRoleUpdateRequest
Source§impl Default for UserRoleUpdateRequest
impl Default for UserRoleUpdateRequest
Source§fn default() -> UserRoleUpdateRequest
fn default() -> UserRoleUpdateRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserRoleUpdateRequest
impl RefUnwindSafe for UserRoleUpdateRequest
impl Send for UserRoleUpdateRequest
impl Sync for UserRoleUpdateRequest
impl Unpin for UserRoleUpdateRequest
impl UnwindSafe for UserRoleUpdateRequest
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