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