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