pub struct IngestConfig {
pub provider_id: String,
}Expand description
Knobs for ingest_paste.
Fields§
§provider_id: StringThe provider’s host-facing id and consent key.
Trait Implementations§
Source§impl Clone for IngestConfig
impl Clone for IngestConfig
Source§fn clone(&self) -> IngestConfig
fn clone(&self) -> IngestConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IngestConfig
impl Debug for IngestConfig
Source§impl Default for IngestConfig
impl Default for IngestConfig
impl Eq for IngestConfig
Source§impl PartialEq for IngestConfig
impl PartialEq for IngestConfig
impl StructuralPartialEq for IngestConfig
Auto Trait Implementations§
impl Freeze for IngestConfig
impl RefUnwindSafe for IngestConfig
impl Send for IngestConfig
impl Sync for IngestConfig
impl Unpin for IngestConfig
impl UnsafeUnpin for IngestConfig
impl UnwindSafe for IngestConfig
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