pub struct AdminIpBlocksHandler<'a> { /* private fields */ }Expand description
Handler for admin IP block management API endpoints.
Implementations§
Source§impl<'a> AdminIpBlocksHandler<'a>
impl<'a> AdminIpBlocksHandler<'a>
Auto Trait Implementations§
impl<'a> Freeze for AdminIpBlocksHandler<'a>
impl<'a> !RefUnwindSafe for AdminIpBlocksHandler<'a>
impl<'a> Send for AdminIpBlocksHandler<'a>
impl<'a> Sync for AdminIpBlocksHandler<'a>
impl<'a> Unpin for AdminIpBlocksHandler<'a>
impl<'a> !UnwindSafe for AdminIpBlocksHandler<'a>
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