pub struct ReactiveLabel {
pub id: BlockId,
pub implicit: bool,
}Fields§
§id: BlockId§implicit: boolTrait Implementations§
Source§impl Clone for ReactiveLabel
impl Clone for ReactiveLabel
Source§fn clone(&self) -> ReactiveLabel
fn clone(&self) -> ReactiveLabel
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 moreAuto Trait Implementations§
impl Freeze for ReactiveLabel
impl RefUnwindSafe for ReactiveLabel
impl Send for ReactiveLabel
impl Sync for ReactiveLabel
impl Unpin for ReactiveLabel
impl UnsafeUnpin for ReactiveLabel
impl UnwindSafe for ReactiveLabel
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