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