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