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