Struct phabricator_api::types::Search[][src]

pub struct Search<A, C> {
    pub query_key: Option<String>,
    pub constraints: C,
    pub attachments: A,
}

Fields

query_key: Option<String>constraints: Cattachments: A

Trait Implementations

impl<A: Debug, C: Debug> Debug for Search<A, C>[src]

impl<A: Default, C: Default> Default for Search<A, C>[src]

impl<A, C> Serialize for Search<A, C> where
    A: Serialize,
    C: Serialize
[src]

Auto Trait Implementations

impl<A, C> RefUnwindSafe for Search<A, C> where
    A: RefUnwindSafe,
    C: RefUnwindSafe

impl<A, C> Send for Search<A, C> where
    A: Send,
    C: Send

impl<A, C> Sync for Search<A, C> where
    A: Sync,
    C: Sync

impl<A, C> Unpin for Search<A, C> where
    A: Unpin,
    C: Unpin

impl<A, C> UnwindSafe for Search<A, C> where
    A: UnwindSafe,
    C: UnwindSafe

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> From<T> for T[src]

impl<T> Instrument for T[src]

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

impl<T> Serializable for T where
    T: Serialize + Debug
[src]

impl<T> Serializable for T where
    T: Serialize + Debug
[src]

impl<T> Serialize for T where
    T: Serialize + ?Sized
[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.