pub struct FlowAnim {
pub kind: FlowKind,
pub duration_ms: u32,
}Expand description
A flow animation attached to an edge.
Fields§
§kind: FlowKind§duration_ms: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowAnim
impl<'de> Deserialize<'de> for FlowAnim
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for FlowAnim
impl StructuralPartialEq for FlowAnim
Auto Trait Implementations§
impl Freeze for FlowAnim
impl RefUnwindSafe for FlowAnim
impl Send for FlowAnim
impl Sync for FlowAnim
impl Unpin for FlowAnim
impl UnsafeUnpin for FlowAnim
impl UnwindSafe for FlowAnim
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