pub struct ClearValues<'a> { /* private fields */ }
Expand description
Stores the clear value for each attachment that was set to be cleared when creating the task node.
This is used to set the clear values in Task::clear_values
.
Implementations§
Source§impl ClearValues<'_>
impl ClearValues<'_>
Auto Trait Implementations§
impl<'a> Freeze for ClearValues<'a>
impl<'a> !RefUnwindSafe for ClearValues<'a>
impl<'a> !Send for ClearValues<'a>
impl<'a> !Sync for ClearValues<'a>
impl<'a> Unpin for ClearValues<'a>
impl<'a> !UnwindSafe for ClearValues<'a>
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