pub struct PowerFeedPowerPath {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>§label: Option<Label>Implementations§
Source§impl PowerFeedPowerPath
impl PowerFeedPowerPath
pub fn new() -> PowerFeedPowerPath
Trait Implementations§
Source§impl Clone for PowerFeedPowerPath
impl Clone for PowerFeedPowerPath
Source§fn clone(&self) -> PowerFeedPowerPath
fn clone(&self) -> PowerFeedPowerPath
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 PowerFeedPowerPath
impl Debug for PowerFeedPowerPath
Source§impl Default for PowerFeedPowerPath
impl Default for PowerFeedPowerPath
Source§fn default() -> PowerFeedPowerPath
fn default() -> PowerFeedPowerPath
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PowerFeedPowerPath
impl<'de> Deserialize<'de> for PowerFeedPowerPath
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 PartialEq for PowerFeedPowerPath
impl PartialEq for PowerFeedPowerPath
Source§impl Serialize for PowerFeedPowerPath
impl Serialize for PowerFeedPowerPath
impl StructuralPartialEq for PowerFeedPowerPath
Auto Trait Implementations§
impl Freeze for PowerFeedPowerPath
impl RefUnwindSafe for PowerFeedPowerPath
impl Send for PowerFeedPowerPath
impl Sync for PowerFeedPowerPath
impl Unpin for PowerFeedPowerPath
impl UnsafeUnpin for PowerFeedPowerPath
impl UnwindSafe for PowerFeedPowerPath
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