pub struct BreakerRef {
pub bus: u32,
pub name: String,
}Fields§
§bus: u32§name: StringTrait Implementations§
Source§impl Clone for BreakerRef
impl Clone for BreakerRef
Source§fn clone(&self) -> BreakerRef
fn clone(&self) -> BreakerRef
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 BreakerRef
impl Debug for BreakerRef
Source§impl<'de> Deserialize<'de> for BreakerRef
impl<'de> Deserialize<'de> for BreakerRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for BreakerRef
impl Hash for BreakerRef
Source§impl PartialEq for BreakerRef
impl PartialEq for BreakerRef
Source§impl Serialize for BreakerRef
impl Serialize for BreakerRef
impl Eq for BreakerRef
impl StructuralPartialEq for BreakerRef
Auto Trait Implementations§
impl Freeze for BreakerRef
impl RefUnwindSafe for BreakerRef
impl Send for BreakerRef
impl Sync for BreakerRef
impl Unpin for BreakerRef
impl UnsafeUnpin for BreakerRef
impl UnwindSafe for BreakerRef
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