pub struct CoreServerPermissions {
pub read_diagnostics: bool,
}Expand description
Permissions for the core and diagnostics node managers.
Fields§
§read_diagnostics: boolWhether the user can read the server diagnostics.
Trait Implementations§
Source§impl Clone for CoreServerPermissions
impl Clone for CoreServerPermissions
Source§fn clone(&self) -> CoreServerPermissions
fn clone(&self) -> CoreServerPermissions
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 CoreServerPermissions
impl Debug for CoreServerPermissions
Source§impl Default for CoreServerPermissions
impl Default for CoreServerPermissions
Source§fn default() -> CoreServerPermissions
fn default() -> CoreServerPermissions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoreServerPermissions
impl RefUnwindSafe for CoreServerPermissions
impl Send for CoreServerPermissions
impl Sync for CoreServerPermissions
impl Unpin for CoreServerPermissions
impl UnsafeUnpin for CoreServerPermissions
impl UnwindSafe for CoreServerPermissions
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