pub struct GetBackgroundColorsParams {
pub nodeId: NodeId,
}Fields§
§nodeId: NodeIdId of the node to get background colors for.
Implementations§
Trait Implementations§
Source§impl Clone for GetBackgroundColorsParams
impl Clone for GetBackgroundColorsParams
Source§fn clone(&self) -> GetBackgroundColorsParams
fn clone(&self) -> GetBackgroundColorsParams
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 GetBackgroundColorsParams
impl Debug for GetBackgroundColorsParams
Source§impl Default for GetBackgroundColorsParams
impl Default for GetBackgroundColorsParams
Source§fn default() -> GetBackgroundColorsParams
fn default() -> GetBackgroundColorsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBackgroundColorsParams
impl<'de> Deserialize<'de> for GetBackgroundColorsParams
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
Auto Trait Implementations§
impl Freeze for GetBackgroundColorsParams
impl RefUnwindSafe for GetBackgroundColorsParams
impl Send for GetBackgroundColorsParams
impl Sync for GetBackgroundColorsParams
impl Unpin for GetBackgroundColorsParams
impl UnsafeUnpin for GetBackgroundColorsParams
impl UnwindSafe for GetBackgroundColorsParams
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