ServicePutApiResource

Trait ServicePutApiResource 

Source
pub trait ServicePutApiResource {
    // Required method
    fn service_raw(
        &mut self,
        id: i64,
        entity: &Value,
    ) -> Box<&dyn BaseRequestExecutor>;
}

Required Methods§

Source

fn service_raw( &mut self, id: i64, entity: &Value, ) -> Box<&dyn BaseRequestExecutor>

Implementors§