Struct v_common_api::APIClient [−][src]
pub struct APIClient { /* fields omitted */ }Implementations
impl APIClient[src]
impl APIClient[src]pub fn new(_addr: String) -> APIClient[src]
pub fn connect(&mut self) -> bool[src]
pub fn update(
&mut self,
ticket: &str,
cmd: IndvOp,
indv: &Individual
) -> OpResult[src]
&mut self,
ticket: &str,
cmd: IndvOp,
indv: &Individual
) -> OpResult
pub fn update_or_err(
&mut self,
ticket: &str,
event_id: &str,
src: &str,
cmd: IndvOp,
indv: &Individual
) -> Result<OpResult, ApiError>[src]
&mut self,
ticket: &str,
event_id: &str,
src: &str,
cmd: IndvOp,
indv: &Individual
) -> Result<OpResult, ApiError>
pub fn update_use_param(
&mut self,
ticket: &str,
event_id: &str,
src: &str,
assigned_subsystems: i64,
cmd: IndvOp,
indv: &Individual
) -> OpResult[src]
&mut self,
ticket: &str,
event_id: &str,
src: &str,
assigned_subsystems: i64,
cmd: IndvOp,
indv: &Individual
) -> OpResult
Auto Trait Implementations
impl RefUnwindSafe for APIClient
impl RefUnwindSafe for APIClientimpl UnwindSafe for APIClient
impl UnwindSafe for APIClient