#[repr(i16)]pub enum Acks {
All = -1,
None = 0,
Leader = 1,
}
Expand description
Write acknowledgements required for a request.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Acks
impl Send for Acks
impl Sync for Acks
impl Unpin for Acks
impl UnwindSafe for Acks
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