pub struct GuardApi;Expand description
GuardApi
Implementations§
Source§impl GuardApi
impl GuardApi
pub fn guard_app_query() -> Result<(), PublicError>
pub fn guard_app_update() -> Result<(), PublicError>
Auto Trait Implementations§
impl Freeze for GuardApi
impl RefUnwindSafe for GuardApi
impl Send for GuardApi
impl Sync for GuardApi
impl Unpin for GuardApi
impl UnwindSafe for GuardApi
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