[][src]Struct casperlabs_engine_grpc_server::engine_server::ipc::WriteOp

pub struct WriteOp {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl WriteOp[src]

pub fn new() -> WriteOp[src]

Trait Implementations

impl Clear for WriteOp[src]

impl Clone for WriteOp[src]

impl Debug for WriteOp[src]

impl Default for WriteOp[src]

impl<'a> Default for &'a WriteOp[src]

impl Message for WriteOp[src]

impl PartialEq<WriteOp> for WriteOp[src]

impl ProtobufValue for WriteOp[src]

impl StructuralPartialEq for WriteOp[src]

Auto Trait Implementations

impl RefUnwindSafe for WriteOp

impl Send for WriteOp

impl Sync for WriteOp

impl Unpin for WriteOp

impl UnwindSafe for WriteOp

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> FromBits<T> for T

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,