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