pub struct RevokeGateway { /* private fields */ }
Implementations§
Source§impl RevokeGateway
impl RevokeGateway
pub fn new(service_registry: Arc<dyn ServiceRegistry>) -> Result<Self>
pub fn run(self, config: GatewayConfig) -> Result<()>
Auto Trait Implementations§
impl Freeze for RevokeGateway
impl !RefUnwindSafe for RevokeGateway
impl Send for RevokeGateway
impl Sync for RevokeGateway
impl Unpin for RevokeGateway
impl !UnwindSafe for RevokeGateway
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