pub enum EndDirective {
Continue = 0,
Flush = 1,
End = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for EndDirective
impl RefUnwindSafe for EndDirective
impl Send for EndDirective
impl Sync for EndDirective
impl Unpin for EndDirective
impl UnwindSafe for EndDirective
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