[−][src]Enum orientdb_client::common::protocol::messages::request::Request
Variants
HandShake(HandShake)Connect(Connect)CreateDB(CreateDB)ExistDB(ExistDB)DropDB(DropDB)Open(Open)Query(Query)LiveQuery(LiveQuery)UnsubscribeLiveQuery(UnsubscribeLiveQuery)QueryNext(QueryNext)QueryClose(QueryClose)Close(Close)Implementations
impl Request[src]
pub fn need_response(&self) -> bool[src]
Trait Implementations
impl Debug for Request[src]
impl From<Close> for Request[src]
impl From<Connect> for Request[src]
impl From<CreateDB> for Request[src]
impl From<DropDB> for Request[src]
impl From<ExistDB> for Request[src]
impl From<HandShake> for Request[src]
impl From<LiveQuery> for Request[src]
impl From<Open> for Request[src]
impl From<Query> for Request[src]
impl From<QueryClose> for Request[src]
fn from(input: QueryClose) -> Request[src]
impl From<QueryNext> for Request[src]
impl From<UnsubscribeLiveQuery> for Request[src]
fn from(input: UnsubscribeLiveQuery) -> Request[src]
Auto Trait Implementations
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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,
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.
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>,