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