pub struct BuilderArgs {
pub moniker: ExtendedMoniker,
pub timestamp: Timestamp,
pub component_url: Option<FlyStr>,
pub severity: Severity,
}
Expand description
Arguments used to create a new LogsDataBuilder
.
Fields§
§moniker: ExtendedMoniker
The moniker for the component
timestamp: Timestamp
The timestamp of the message in nanoseconds
component_url: Option<FlyStr>
The component URL
severity: Severity
The message severity
Auto Trait Implementations§
impl Freeze for BuilderArgs
impl RefUnwindSafe for BuilderArgs
impl Send for BuilderArgs
impl Sync for BuilderArgs
impl Unpin for BuilderArgs
impl UnwindSafe for BuilderArgs
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