pub struct RoleUpdate {
pub role: String,
pub name: Option<String>,
pub permissions: Option<Vec<String>>,
}Fields§
§role: String§name: Option<String>§permissions: Option<Vec<String>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoleUpdate
impl RefUnwindSafe for RoleUpdate
impl Send for RoleUpdate
impl Sync for RoleUpdate
impl Unpin for RoleUpdate
impl UnsafeUnpin for RoleUpdate
impl UnwindSafe for RoleUpdate
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