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