pub struct Permissions {Show 15 fields
pub deployment_read: bool,
pub deployment_write: bool,
pub environment_read: bool,
pub environment_write: bool,
pub resource_read: bool,
pub resource_write: bool,
pub reality_read: bool,
pub reality_write: bool,
pub topology_read: bool,
pub topology_write: bool,
pub temporal_read: bool,
pub temporal_write: bool,
pub stakes_read: bool,
pub stakes_write: bool,
pub admin: bool,
}Expand description
Per-domain read/write permissions.
Fields§
§deployment_read: bool§deployment_write: bool§environment_read: bool§environment_write: bool§resource_read: bool§resource_write: bool§reality_read: bool§reality_write: bool§topology_read: bool§topology_write: bool§temporal_read: bool§temporal_write: bool§stakes_read: bool§stakes_write: bool§admin: boolTrait Implementations§
Source§impl Clone for Permissions
impl Clone for Permissions
Source§fn clone(&self) -> Permissions
fn clone(&self) -> Permissions
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 Permissions
impl Debug for Permissions
Auto Trait Implementations§
impl Freeze for Permissions
impl RefUnwindSafe for Permissions
impl Send for Permissions
impl Sync for Permissions
impl Unpin for Permissions
impl UnsafeUnpin for Permissions
impl UnwindSafe for Permissions
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