pub struct WatchDataAttributes {
pub starting: bool,
pub recursive: bool,
}Fields§
§starting: bool§recursive: boolTrait Implementations§
Source§impl Clone for WatchDataAttributes
impl Clone for WatchDataAttributes
Source§fn clone(&self) -> WatchDataAttributes
fn clone(&self) -> WatchDataAttributes
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 WatchDataAttributes
impl Debug for WatchDataAttributes
Source§impl Default for WatchDataAttributes
impl Default for WatchDataAttributes
Source§impl PartialEq for WatchDataAttributes
impl PartialEq for WatchDataAttributes
impl Eq for WatchDataAttributes
impl StructuralPartialEq for WatchDataAttributes
Auto Trait Implementations§
impl Freeze for WatchDataAttributes
impl RefUnwindSafe for WatchDataAttributes
impl Send for WatchDataAttributes
impl Sync for WatchDataAttributes
impl Unpin for WatchDataAttributes
impl UnwindSafe for WatchDataAttributes
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