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