pub struct EntryBuilder { /* private fields */ }Implementations§
Source§impl EntryBuilder
impl EntryBuilder
pub fn handle<T>(&mut self, value: T) -> &mut Self
pub fn message<T>(&mut self, value: T) -> &mut Self
pub fn message_raw(&mut self, value: String) -> &mut Self
pub fn timestemp(&mut self, value: i64) -> &mut Self
pub fn build(self) -> QuartzResult<Entry, QuartzError>
Trait Implementations§
Source§impl Default for EntryBuilder
impl Default for EntryBuilder
Source§fn default() -> EntryBuilder
fn default() -> EntryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntryBuilder
impl RefUnwindSafe for EntryBuilder
impl Send for EntryBuilder
impl Sync for EntryBuilder
impl Unpin for EntryBuilder
impl UnwindSafe for EntryBuilder
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