Struct ashpd::desktop::screenshot::ColorRequest
source · pub struct ColorRequest { /* private fields */ }
Expand description
A builder-pattern type to construct Color
.
Implementations§
source§impl ColorRequest
impl ColorRequest
sourcepub fn identifier(self, identifier: WindowIdentifier) -> Self
pub fn identifier(self, identifier: WindowIdentifier) -> Self
Sets a window identifier.
Trait Implementations§
source§impl Debug for ColorRequest
impl Debug for ColorRequest
source§impl Default for ColorRequest
impl Default for ColorRequest
source§fn default() -> ColorRequest
fn default() -> ColorRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColorRequest
impl RefUnwindSafe for ColorRequest
impl Send for ColorRequest
impl Sync for ColorRequest
impl Unpin for ColorRequest
impl UnwindSafe for ColorRequest
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
source§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.