Struct databend_client::request::StageAttachmentConfig
source · pub struct StageAttachmentConfig<'a> {
pub location: &'a str,
pub file_format_options: Option<BTreeMap<&'a str, &'a str>>,
pub copy_options: Option<BTreeMap<&'a str, &'a str>>,
}Fields§
§location: &'a str§file_format_options: Option<BTreeMap<&'a str, &'a str>>§copy_options: Option<BTreeMap<&'a str, &'a str>>Trait Implementations§
source§impl<'a> Debug for StageAttachmentConfig<'a>
impl<'a> Debug for StageAttachmentConfig<'a>
Auto Trait Implementations§
impl<'a> Freeze for StageAttachmentConfig<'a>
impl<'a> RefUnwindSafe for StageAttachmentConfig<'a>
impl<'a> Send for StageAttachmentConfig<'a>
impl<'a> Sync for StageAttachmentConfig<'a>
impl<'a> Unpin for StageAttachmentConfig<'a>
impl<'a> UnwindSafe for StageAttachmentConfig<'a>
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