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