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