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