pub struct ResolvedFlow<'a>(/* private fields */);Expand description
Resolved flow
Implementations§
Source§impl<'a> ResolvedFlow<'a>
impl<'a> ResolvedFlow<'a>
pub fn new( identifier: Fragment<'a>, namespace: ResolvedNamespace<'a>, def: FlowDef, ) -> Self
Sourcepub fn namespace(&self) -> &ResolvedNamespace<'a>
pub fn namespace(&self) -> &ResolvedNamespace<'a>
Get the namespace
Sourcepub fn identifier(&self) -> &Fragment<'a>
pub fn identifier(&self) -> &Fragment<'a>
Get the identifier
Sourcepub fn fully_qualified_name(&self) -> String
pub fn fully_qualified_name(&self) -> String
Get fully qualified name
Sourcepub fn to_static(&self) -> ResolvedFlow<'static>
pub fn to_static(&self) -> ResolvedFlow<'static>
Convert to owned version with ’static lifetime
Trait Implementations§
Source§impl<'a> Clone for ResolvedFlow<'a>
impl<'a> Clone for ResolvedFlow<'a>
Source§fn clone(&self) -> ResolvedFlow<'a>
fn clone(&self) -> ResolvedFlow<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for ResolvedFlow<'a>
impl<'a> RefUnwindSafe for ResolvedFlow<'a>
impl<'a> Send for ResolvedFlow<'a>
impl<'a> Sync for ResolvedFlow<'a>
impl<'a> Unpin for ResolvedFlow<'a>
impl<'a> UnwindSafe for ResolvedFlow<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)