pub struct ScopeEntry {
pub value: String,
pub label: String,
pub description: String,
}Expand description
A scope entry with its machine name and human-readable label.
Fields§
§value: StringMachine-readable scope value (e.g. “runs_read”).
label: StringHuman-readable label (e.g. “Runs Read”).
description: StringShort description.
Trait Implementations§
Source§impl Debug for ScopeEntry
impl Debug for ScopeEntry
Auto Trait Implementations§
impl Freeze for ScopeEntry
impl RefUnwindSafe for ScopeEntry
impl Send for ScopeEntry
impl Sync for ScopeEntry
impl Unpin for ScopeEntry
impl UnsafeUnpin for ScopeEntry
impl UnwindSafe for ScopeEntry
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