pub struct RandomFlowId;Expand description
Crates a random FlowId when converted into a FlowId
Trait Implementations§
Source§impl Clone for RandomFlowId
impl Clone for RandomFlowId
Source§fn clone(&self) -> RandomFlowId
fn clone(&self) -> RandomFlowId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RandomFlowId
Source§impl Debug for RandomFlowId
impl Debug for RandomFlowId
Source§impl From<RandomFlowId> for FlowId
impl From<RandomFlowId> for FlowId
Source§fn from(_: RandomFlowId) -> Self
fn from(_: RandomFlowId) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RandomFlowId
impl RefUnwindSafe for RandomFlowId
impl Send for RandomFlowId
impl Sync for RandomFlowId
impl Unpin for RandomFlowId
impl UnsafeUnpin for RandomFlowId
impl UnwindSafe for RandomFlowId
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