pub enum InitType {
NoAck,
WithAck(WithAck),
}Variants§
Implementations§
Trait Implementations§
impl Copy for InitType
Auto Trait Implementations§
impl Freeze for InitType
impl RefUnwindSafe for InitType
impl Send for InitType
impl Sync for InitType
impl Unpin for InitType
impl UnwindSafe for InitType
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