pub enum StaticRole {
UnlimitedReaderRole,
NameSetterRole,
}
Expand description
Roles that are known at dev time.
Variants§
Auto Trait Implementations§
impl Freeze for StaticRole
impl RefUnwindSafe for StaticRole
impl Send for StaticRole
impl Sync for StaticRole
impl Unpin for StaticRole
impl UnwindSafe for StaticRole
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