pub struct FlowResolutionView {
pub var: String,
pub available: bool,
pub depends_on: Vec<String>,
}Fields§
§var: String§available: bool§depends_on: Vec<String>Trait Implementations§
Source§impl Clone for FlowResolutionView
impl Clone for FlowResolutionView
Source§fn clone(&self) -> FlowResolutionView
fn clone(&self) -> FlowResolutionView
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 moreSource§impl Debug for FlowResolutionView
impl Debug for FlowResolutionView
Source§impl<'de> Deserialize<'de> for FlowResolutionView
impl<'de> Deserialize<'de> for FlowResolutionView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FlowResolutionView
Source§impl PartialEq for FlowResolutionView
impl PartialEq for FlowResolutionView
Source§impl Serialize for FlowResolutionView
impl Serialize for FlowResolutionView
impl StructuralPartialEq for FlowResolutionView
Auto Trait Implementations§
impl Freeze for FlowResolutionView
impl RefUnwindSafe for FlowResolutionView
impl Send for FlowResolutionView
impl Sync for FlowResolutionView
impl Unpin for FlowResolutionView
impl UnsafeUnpin for FlowResolutionView
impl UnwindSafe for FlowResolutionView
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