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