#[non_exhaustive]pub struct DisableProcessorResponse { /* private fields */ }Expand description
Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future.
Implementations§
Trait Implementations§
Source§impl Clone for DisableProcessorResponse
impl Clone for DisableProcessorResponse
Source§fn clone(&self) -> DisableProcessorResponse
fn clone(&self) -> DisableProcessorResponse
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 DisableProcessorResponse
impl Debug for DisableProcessorResponse
Source§impl Default for DisableProcessorResponse
impl Default for DisableProcessorResponse
Source§fn default() -> DisableProcessorResponse
fn default() -> DisableProcessorResponse
Returns the “default value” for a type. Read more
Source§impl Message for DisableProcessorResponse
impl Message for DisableProcessorResponse
Source§impl PartialEq for DisableProcessorResponse
impl PartialEq for DisableProcessorResponse
impl StructuralPartialEq for DisableProcessorResponse
Auto Trait Implementations§
impl Freeze for DisableProcessorResponse
impl RefUnwindSafe for DisableProcessorResponse
impl Send for DisableProcessorResponse
impl Sync for DisableProcessorResponse
impl Unpin for DisableProcessorResponse
impl UnwindSafe for DisableProcessorResponse
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