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