Struct etcd_client::MemberRemoveResponse [−][src]
#[repr(transparent)]pub struct MemberRemoveResponse(pub PbMemberRemoveResponse);
Expand description
Response for MemberRemove operation.
Implementations
Get response header.
Takes the header out of the response, leaving a None in its place.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemberRemoveResponseimpl Send for MemberRemoveResponseimpl Sync for MemberRemoveResponseimpl Unpin for MemberRemoveResponseimpl UnwindSafe for MemberRemoveResponseBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V