pub struct preconfiguredGradient;
Trait Implementations§
Source§impl Field for preconfiguredGradient
impl Field for preconfiguredGradient
Source§impl HasField<preconfiguredGradient> for PinnedDiscussion
impl HasField<preconfiguredGradient> for PinnedDiscussion
Source§type Type = Option<PinnedDiscussionGradient>
type Type = Option<PinnedDiscussionGradient>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for preconfiguredGradient
impl RefUnwindSafe for preconfiguredGradient
impl Send for preconfiguredGradient
impl Sync for preconfiguredGradient
impl Unpin for preconfiguredGradient
impl UnwindSafe for preconfiguredGradient
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