pub struct PhlowViewSpecificationDataNode {
pub phlow_object: PhlowObjectDescription,
pub node_id: PhlowObjectId,
pub node_value: Box<dyn PhlowViewSpecificationListingItem>,
}
Fields§
§phlow_object: PhlowObjectDescription
§node_id: PhlowObjectId
§node_value: Box<dyn PhlowViewSpecificationListingItem>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhlowViewSpecificationDataNode
impl !RefUnwindSafe for PhlowViewSpecificationDataNode
impl Send for PhlowViewSpecificationDataNode
impl !Sync for PhlowViewSpecificationDataNode
impl Unpin for PhlowViewSpecificationDataNode
impl !UnwindSafe for PhlowViewSpecificationDataNode
Blanket Implementations§
Source§impl<T> AsPhlowObject for T
impl<T> AsPhlowObject for T
default fn is_phlow_object(&self) -> bool
default fn try_into_phlow_object(&self) -> Option<PhlowObject>
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