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