pub struct maxPostCount;
Trait Implementations§
Source§impl Field for maxPostCount
impl Field for maxPostCount
Auto Trait Implementations§
impl Freeze for maxPostCount
impl RefUnwindSafe for maxPostCount
impl Send for maxPostCount
impl Sync for maxPostCount
impl Unpin for maxPostCount
impl UnwindSafe for maxPostCount
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