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