pub struct FlowDirective;Expand description
Enumerates all supported flow directive values
Implementations§
Auto Trait Implementations§
impl Freeze for FlowDirective
impl RefUnwindSafe for FlowDirective
impl Send for FlowDirective
impl Sync for FlowDirective
impl Unpin for FlowDirective
impl UnsafeUnpin for FlowDirective
impl UnwindSafe for FlowDirective
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