[−][src]Struct client::pb::Empty
An empty message that you can re-use to avoid defining duplicated empty messages in your project. A typical example is to use it as argument or the return value of a service API. For instance:
service Foo { rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { }; };
Trait Implementations
impl Default for Empty
[src][+]
impl Clone for Empty
[src][+]
impl PartialEq<Empty> for Empty
[src][+]
impl Debug for Empty
[src][+]
impl Message for Empty
[src][+]
Auto Trait Implementations
impl Unpin for Empty
impl Sync for Empty
impl Send for Empty
impl UnwindSafe for Empty
impl RefUnwindSafe for Empty
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,