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