pub struct DataflowIdentifierBuilder { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for DataflowIdentifierBuilder
impl RefUnwindSafe for DataflowIdentifierBuilder
impl Send for DataflowIdentifierBuilder
impl Sync for DataflowIdentifierBuilder
impl Unpin for DataflowIdentifierBuilder
impl UnwindSafe for DataflowIdentifierBuilder
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