pub struct shortDescriptionHTML;
Trait Implementations§
Source§impl Field for shortDescriptionHTML
impl Field for shortDescriptionHTML
Source§impl HasArgument<limit> for shortDescriptionHTML
impl HasArgument<limit> for shortDescriptionHTML
Source§impl HasField<shortDescriptionHTML> for Repository
impl HasField<shortDescriptionHTML> for Repository
Auto Trait Implementations§
impl Freeze for shortDescriptionHTML
impl RefUnwindSafe for shortDescriptionHTML
impl Send for shortDescriptionHTML
impl Sync for shortDescriptionHTML
impl Unpin for shortDescriptionHTML
impl UnwindSafe for shortDescriptionHTML
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