pub struct EtcdRemoveMemberByIdRequest {
pub member_id: u64,
}Expand description
Request to remove an etcd member by ID.
Use this to remove members that no longer have an associated Talos node.
For nodes that are still running, use EtcdLeaveClusterRequest instead.
Fields§
§member_id: u64The member ID to remove.
Implementations§
Trait Implementations§
Source§impl Clone for EtcdRemoveMemberByIdRequest
impl Clone for EtcdRemoveMemberByIdRequest
Source§fn clone(&self) -> EtcdRemoveMemberByIdRequest
fn clone(&self) -> EtcdRemoveMemberByIdRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EtcdRemoveMemberByIdRequest
impl Debug for EtcdRemoveMemberByIdRequest
Source§impl From<EtcdRemoveMemberByIdRequest> for EtcdRemoveMemberByIdRequest
impl From<EtcdRemoveMemberByIdRequest> for EtcdRemoveMemberByIdRequest
Source§fn from(req: EtcdRemoveMemberByIdRequest) -> Self
fn from(req: EtcdRemoveMemberByIdRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EtcdRemoveMemberByIdRequest
impl RefUnwindSafe for EtcdRemoveMemberByIdRequest
impl Send for EtcdRemoveMemberByIdRequest
impl Sync for EtcdRemoveMemberByIdRequest
impl Unpin for EtcdRemoveMemberByIdRequest
impl UnwindSafe for EtcdRemoveMemberByIdRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request