pub struct CustomStage {
pub name: Option<String>,
/* private fields */
}Expand description
User-defined stage — tier-2 escape hatch for novel subgraphs.
Fields§
§name: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for CustomStage
impl Clone for CustomStage
Source§fn clone(&self) -> CustomStage
fn clone(&self) -> CustomStage
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 Freeze for CustomStage
impl !RefUnwindSafe for CustomStage
impl Send for CustomStage
impl Sync for CustomStage
impl Unpin for CustomStage
impl UnsafeUnpin for CustomStage
impl !UnwindSafe for CustomStage
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