pub struct GradientGet {
pub custom_data: Option<CustomData>,
pub gradient: Gradient,
pub id: String<36usize>,
}Fields§
§custom_data: Option<CustomData>§gradient: Gradient§id: String<36usize>Id of setting
Trait Implementations§
Source§impl Clone for GradientGet
impl Clone for GradientGet
Source§fn clone(&self) -> GradientGet
fn clone(&self) -> GradientGet
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 Debug for GradientGet
impl Debug for GradientGet
Source§impl PartialEq for GradientGet
impl PartialEq for GradientGet
impl StructuralPartialEq for GradientGet
Auto Trait Implementations§
impl Freeze for GradientGet
impl RefUnwindSafe for GradientGet
impl Send for GradientGet
impl Sync for GradientGet
impl Unpin for GradientGet
impl UnsafeUnpin for GradientGet
impl UnwindSafe for GradientGet
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