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