pub struct SetMap;
Trait Implementations§
Source§impl Service for SetMap
impl Service for SetMap
type Request = SetMapRequest
type Response = SetMapResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for SetMap
impl RefUnwindSafe for SetMap
impl Send for SetMap
impl Sync for SetMap
impl Unpin for SetMap
impl UnwindSafe for SetMap
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