pub struct FlowUpdateResult {
pub default_updated: bool,
pub custom_updated: bool,
}Fields§
§default_updated: bool§custom_updated: boolTrait Implementations§
Source§impl Clone for FlowUpdateResult
impl Clone for FlowUpdateResult
Source§fn clone(&self) -> FlowUpdateResult
fn clone(&self) -> FlowUpdateResult
Returns a duplicate of the value. Read more
1.0.0 · 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 FlowUpdateResult
impl Debug for FlowUpdateResult
Source§impl Default for FlowUpdateResult
impl Default for FlowUpdateResult
Source§fn default() -> FlowUpdateResult
fn default() -> FlowUpdateResult
Returns the “default value” for a type. Read more
Source§impl Serialize for FlowUpdateResult
impl Serialize for FlowUpdateResult
impl Copy for FlowUpdateResult
Auto Trait Implementations§
impl Freeze for FlowUpdateResult
impl RefUnwindSafe for FlowUpdateResult
impl Send for FlowUpdateResult
impl Sync for FlowUpdateResult
impl Unpin for FlowUpdateResult
impl UnwindSafe for FlowUpdateResult
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