[][src]Struct orthanc::StoreResult

pub struct StoreResult {
    pub description: String,
    pub local_aet: String,
    pub remote_aet: String,
    pub parent_resources: Vec<String>,
    pub instances_count: u64,
    pub failed_instances_count: u64,
}

Result of a C-STORE request (sending entities to a modality)

Fields

description: Stringlocal_aet: Stringremote_aet: Stringparent_resources: Vec<String>instances_count: u64failed_instances_count: u64

Trait Implementations

impl Debug for StoreResult[src]

impl<'de> Deserialize<'de> for StoreResult[src]

impl Eq for StoreResult[src]

impl PartialEq<StoreResult> for StoreResult[src]

impl Serialize for StoreResult[src]

impl StructuralEq for StoreResult[src]

impl StructuralPartialEq for StoreResult[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> WithSubscriber for T[src]