pub struct Authorize;Expand description
Marker type for the Authorize action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Authorize
impl RefUnwindSafe for Authorize
impl Send for Authorize
impl Sync for Authorize
impl Unpin for Authorize
impl UnsafeUnpin for Authorize
impl UnwindSafe for Authorize
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