pub struct ResponseHelper;Implementations§
Source§impl 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 Freeze for ResponseHelper
impl RefUnwindSafe for ResponseHelper
impl Send for ResponseHelper
impl Sync for ResponseHelper
impl Unpin for ResponseHelper
impl UnwindSafe for ResponseHelper
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