pub struct FlowService { /* private fields */ }Expand description
application.flow 服务(叶子级,持 namespace + flow_id)
Implementations§
Trait Implementations§
Source§impl Clone for FlowService
impl Clone for FlowService
Source§fn clone(&self) -> FlowService
fn clone(&self) -> FlowService
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for FlowService
impl !UnwindSafe for FlowService
impl Freeze for FlowService
impl Send for FlowService
impl Sync for FlowService
impl Unpin for FlowService
impl UnsafeUnpin for FlowService
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