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