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