pub struct ColorFlow {
pub count: u16,
pub action: CfAction,
pub sequence: Vec<FlowTuple>,
}Fields§
§count: u16§action: CfAction§sequence: Vec<FlowTuple>Auto Trait Implementations§
impl Freeze for ColorFlow
impl RefUnwindSafe for ColorFlow
impl Send for ColorFlow
impl Sync for ColorFlow
impl Unpin for ColorFlow
impl UnwindSafe for ColorFlow
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