#[repr(C)]pub struct aws_log_formatter_vtable {
pub format: aws_log_formatter_format_fn,
pub clean_up: aws_log_formatter_clean_up_fn,
}
Fields
format: aws_log_formatter_format_fn
clean_up: aws_log_formatter_clean_up_fn
Trait Implementations
sourceimpl Clone for aws_log_formatter_vtable
impl Clone for aws_log_formatter_vtable
sourcefn clone(&self) -> aws_log_formatter_vtable
fn clone(&self) -> aws_log_formatter_vtable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_log_formatter_vtable
impl Debug for aws_log_formatter_vtable
sourceimpl Default for aws_log_formatter_vtable
impl Default for aws_log_formatter_vtable
sourcefn default() -> aws_log_formatter_vtable
fn default() -> aws_log_formatter_vtable
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_log_formatter_vtable> for aws_log_formatter_vtable
impl PartialEq<aws_log_formatter_vtable> for aws_log_formatter_vtable
sourcefn eq(&self, other: &aws_log_formatter_vtable) -> bool
fn eq(&self, other: &aws_log_formatter_vtable) -> bool
impl Copy for aws_log_formatter_vtable
impl Eq for aws_log_formatter_vtable
impl StructuralEq for aws_log_formatter_vtable
impl StructuralPartialEq for aws_log_formatter_vtable
Auto Trait Implementations
impl RefUnwindSafe for aws_log_formatter_vtable
impl Send for aws_log_formatter_vtable
impl Sync for aws_log_formatter_vtable
impl Unpin for aws_log_formatter_vtable
impl UnwindSafe for aws_log_formatter_vtable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more