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