[][src]Struct nebula_graph_fbthrift_storage_v2::types::DropCPRequest

pub struct DropCPRequest {
    pub space_id: GraphSpaceID,
    pub name: Vec<u8>,
}

Fields

space_id: GraphSpaceIDname: Vec<u8>

Trait Implementations

impl Clone for DropCPRequest[src]

impl Debug for DropCPRequest[src]

impl Default for DropCPRequest[src]

impl<P> Deserialize<P> for DropCPRequest where
    P: ProtocolReader
[src]

impl Eq for DropCPRequest[src]

impl GetTType for DropCPRequest[src]

impl Hash for DropCPRequest[src]

impl Ord for DropCPRequest[src]

impl PartialEq<DropCPRequest> for DropCPRequest[src]

impl PartialOrd<DropCPRequest> for DropCPRequest[src]

impl Send for DropCPRequest[src]

impl<P> Serialize<P> for DropCPRequest where
    P: ProtocolWriter
[src]

impl StructuralEq for DropCPRequest[src]

impl StructuralPartialEq for DropCPRequest[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.