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