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