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