pub struct register;Expand description
Creates a new Actor with the name in the url, and returns a 201 Created with the newly created actor’s id in the Location header.
Trait Implementations
sourceimpl HttpServiceFactory for register
impl HttpServiceFactory for register
fn register(self, __config: &mut AppService)
Auto Trait Implementations
impl RefUnwindSafe for register
impl Send for register
impl Sync for register
impl Unpin for register
impl UnwindSafe for register
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