Struct komple_framework_utils::response::ResponseHelper
source · pub struct ResponseHelper;Implementations
sourceimpl ResponseHelper
impl ResponseHelper
pub fn new_module(module: &str, action: &str) -> Response
pub fn new_permission(permission: &str, action: &str) -> Response
Auto Trait Implementations
impl RefUnwindSafe for ResponseHelper
impl Send for ResponseHelper
impl Sync for ResponseHelper
impl Unpin for ResponseHelper
impl UnwindSafe for ResponseHelper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more