pub enum SignalAttributeValue {
Text(String),
Int(i64),
}
Variants§
Trait Implementations§
Source§impl Clone for SignalAttributeValue
impl Clone for SignalAttributeValue
Source§fn clone(&self) -> SignalAttributeValue
fn clone(&self) -> SignalAttributeValue
Returns a copy 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 SignalAttributeValue
impl Debug for SignalAttributeValue
Source§impl PartialEq for SignalAttributeValue
impl PartialEq for SignalAttributeValue
impl StructuralPartialEq for SignalAttributeValue
Auto Trait Implementations§
impl Freeze for SignalAttributeValue
impl RefUnwindSafe for SignalAttributeValue
impl Send for SignalAttributeValue
impl Sync for SignalAttributeValue
impl Unpin for SignalAttributeValue
impl UnwindSafe for SignalAttributeValue
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