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