pub struct SetMap;
Trait Implementations
sourceimpl ServiceT for SetMap
impl ServiceT for SetMap
type Request = SetMap_Request
type Response = SetMap_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for SetMap
impl Send for SetMap
impl Sync for SetMap
impl Unpin for SetMap
impl UnwindSafe for SetMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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