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