Struct rusteron_client::Handlers

source ·
pub struct Handlers;
Expand description

Utility method for setting empty handlers

Implementations§

source§

impl Handlers

source

pub fn no_error_handler_handler() -> Option<&'static Handler<AeronErrorHandlerLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_publication_error_frame_handler_handler() -> Option<&'static Handler<AeronPublicationErrorFrameHandlerLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_notification_handler() -> Option<&'static Handler<AeronNotificationLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_new_publication_handler() -> Option<&'static Handler<AeronNewPublicationLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_new_subscription_handler() -> Option<&'static Handler<AeronNewSubscriptionLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_available_image_handler() -> Option<&'static Handler<AeronAvailableImageLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_unavailable_image_handler() -> Option<&'static Handler<AeronUnavailableImageLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_available_counter_handler() -> Option<&'static Handler<AeronAvailableCounterLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_unavailable_counter_handler() -> Option<&'static Handler<AeronUnavailableCounterLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_close_client_handler() -> Option<&'static Handler<AeronCloseClientLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_agent_start_func_handler() -> Option<&'static Handler<AeronAgentStartFuncLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source§

impl Handlers

source

pub fn no_reserved_value_supplier_handler() -> Option<&'static Handler<AeronReservedValueSupplierLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_fragment_handler_handler() -> Option<&'static Handler<AeronFragmentHandlerLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_controlled_fragment_handler_handler() -> Option<&'static Handler<AeronControlledFragmentHandlerLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_block_handler_handler() -> Option<&'static Handler<AeronBlockHandlerLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_error_log_reader_func_handler() -> Option<&'static Handler<AeronErrorLogReaderFuncLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_loss_reporter_read_entry_func_handler() -> Option<&'static Handler<AeronLossReporterReadEntryFuncLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_broadcast_receiver_handler_handler() -> Option<&'static Handler<AeronBroadcastReceiverHandlerLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_rb_handler_handler() -> Option<&'static Handler<AeronRbHandlerLogger>>

No handler is set i.e. None with correct type

source§

impl Handlers

source

pub fn no_rb_controlled_handler_handler() -> Option<&'static Handler<AeronRbControlledHandlerLogger>>

No handler is set i.e. None with correct type

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.