pub enum DefaultAppGuard {
AllowsUpdates,
IsQueryable,
}Expand description
DefaultAppGuard
Synchronous app-mode guards used for implicit gating.
Variants§
Auto Trait Implementations§
impl Freeze for DefaultAppGuard
impl RefUnwindSafe for DefaultAppGuard
impl Send for DefaultAppGuard
impl Sync for DefaultAppGuard
impl Unpin for DefaultAppGuard
impl UnwindSafe for DefaultAppGuard
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