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