pub struct SaveMap;
Trait Implementations
sourceimpl ServiceT for SaveMap
impl ServiceT for SaveMap
type Request = SaveMap_Request
type Response = SaveMap_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for SaveMap
impl Send for SaveMap
impl Sync for SaveMap
impl Unpin for SaveMap
impl UnwindSafe for SaveMap
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