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