pub struct PatchedWritablePowerFeedRequestPowerPanel {
pub name: String,
pub description: Option<String>,
}Fields§
§name: String§description: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for PatchedWritablePowerFeedRequestPowerPanel
impl Clone for PatchedWritablePowerFeedRequestPowerPanel
Source§fn clone(&self) -> PatchedWritablePowerFeedRequestPowerPanel
fn clone(&self) -> PatchedWritablePowerFeedRequestPowerPanel
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 Default for PatchedWritablePowerFeedRequestPowerPanel
impl Default for PatchedWritablePowerFeedRequestPowerPanel
Source§fn default() -> PatchedWritablePowerFeedRequestPowerPanel
fn default() -> PatchedWritablePowerFeedRequestPowerPanel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchedWritablePowerFeedRequestPowerPanel
impl<'de> Deserialize<'de> for PatchedWritablePowerFeedRequestPowerPanel
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 PatchedWritablePowerFeedRequestPowerPanel
impl PartialEq for PatchedWritablePowerFeedRequestPowerPanel
Source§fn eq(&self, other: &PatchedWritablePowerFeedRequestPowerPanel) -> bool
fn eq(&self, other: &PatchedWritablePowerFeedRequestPowerPanel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchedWritablePowerFeedRequestPowerPanel
Auto Trait Implementations§
impl Freeze for PatchedWritablePowerFeedRequestPowerPanel
impl RefUnwindSafe for PatchedWritablePowerFeedRequestPowerPanel
impl Send for PatchedWritablePowerFeedRequestPowerPanel
impl Sync for PatchedWritablePowerFeedRequestPowerPanel
impl Unpin for PatchedWritablePowerFeedRequestPowerPanel
impl UnwindSafe for PatchedWritablePowerFeedRequestPowerPanel
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