pub struct FlowSource {
pub path: Vec<Rc<str>>,
pub element: bool,
}Fields§
§path: Vec<Rc<str>>§element: boolTrait Implementations§
Source§impl Clone for FlowSource
impl Clone for FlowSource
Source§fn clone(&self) -> FlowSource
fn clone(&self) -> FlowSource
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 FlowSource
impl Debug for FlowSource
impl Eq for FlowSource
Source§impl PartialEq for FlowSource
impl PartialEq for FlowSource
impl StructuralPartialEq for FlowSource
Auto Trait Implementations§
impl !Send for FlowSource
impl !Sync for FlowSource
impl Freeze for FlowSource
impl RefUnwindSafe for FlowSource
impl Unpin for FlowSource
impl UnsafeUnpin for FlowSource
impl UnwindSafe for FlowSource
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