Struct orthanc::models::Search[][src]

pub struct Search {
    pub level: EntityKind,
    pub query: HashMap<String, String>,
    pub expand: Option<bool>,
}

Request body of an Orthanc search request

Fields

level: EntityKindquery: HashMap<String, String>expand: Option<bool>

Trait Implementations

impl Debug for Search[src]

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

impl Eq for Search[src]

impl PartialEq<Search> for Search[src]

impl Serialize for Search[src]

impl StructuralEq for Search[src]

impl StructuralPartialEq for Search[src]

Auto Trait Implementations

impl RefUnwindSafe for Search

impl Send for Search

impl Sync for Search

impl Unpin for Search

impl UnwindSafe for Search

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]