pub struct onsitePrimaryColor;
Trait Implementations§
Source§impl Field for onsitePrimaryColor
impl Field for onsitePrimaryColor
impl HasInputField<onsitePrimaryColor, Option<String>> for CreateDigestDataInput
Auto Trait Implementations§
impl Freeze for onsitePrimaryColor
impl RefUnwindSafe for onsitePrimaryColor
impl Send for onsitePrimaryColor
impl Sync for onsitePrimaryColor
impl Unpin for onsitePrimaryColor
impl UnwindSafe for onsitePrimaryColor
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