pub struct TopLevelIngest {
pub protocol_parent_url: Option<Url>,
pub allow_insecure_tls: bool,
pub protocol_child_port: Option<u16>,
pub timeline_attributes: TimelineAttributes,
pub max_write_batch_staleness: Option<Duration>,
}Fields§
§protocol_parent_url: Option<Url>§allow_insecure_tls: bool§protocol_child_port: Option<u16>§timeline_attributes: TimelineAttributes§max_write_batch_staleness: Option<Duration>Trait Implementations§
Source§impl Clone for TopLevelIngest
impl Clone for TopLevelIngest
Source§fn clone(&self) -> TopLevelIngest
fn clone(&self) -> TopLevelIngest
Returns a duplicate of the value. Read more
1.0.0 · 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 TopLevelIngest
impl Debug for TopLevelIngest
Source§impl Default for TopLevelIngest
impl Default for TopLevelIngest
Source§fn default() -> TopLevelIngest
fn default() -> TopLevelIngest
Returns the “default value” for a type. Read more
Source§impl PartialEq for TopLevelIngest
impl PartialEq for TopLevelIngest
impl Eq for TopLevelIngest
impl StructuralPartialEq for TopLevelIngest
Auto Trait Implementations§
impl Freeze for TopLevelIngest
impl RefUnwindSafe for TopLevelIngest
impl Send for TopLevelIngest
impl Sync for TopLevelIngest
impl Unpin for TopLevelIngest
impl UnwindSafe for TopLevelIngest
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