Struct v_common_api::APIClient [−][src]
Implementations
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 Send for APIClient
impl Sync for APIClient
impl Unpin for APIClient
impl UnwindSafe for APIClient
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,