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