Struct rusteron_rb::Handlers
source · pub struct Handlers;
Expand description
Utility method for setting empty handlers
Implementations§
source§impl Handlers
impl Handlers
sourcepub fn no_broadcast_receiver_handler_handler() -> Option<&'static Handler<AeronBroadcastReceiverHandlerLogger>>
pub fn no_broadcast_receiver_handler_handler() -> Option<&'static Handler<AeronBroadcastReceiverHandlerLogger>>
No handler is set i.e. None with correct type
source§impl Handlers
impl Handlers
sourcepub fn no_rb_handler_handler() -> Option<&'static Handler<AeronRbHandlerLogger>>
pub fn no_rb_handler_handler() -> Option<&'static Handler<AeronRbHandlerLogger>>
No handler is set i.e. None with correct type
source§impl Handlers
impl Handlers
sourcepub fn no_rb_controlled_handler_handler() -> Option<&'static Handler<AeronRbControlledHandlerLogger>>
pub fn no_rb_controlled_handler_handler() -> Option<&'static Handler<AeronRbControlledHandlerLogger>>
No handler is set i.e. None with correct type
Auto Trait Implementations§
impl Freeze for Handlers
impl RefUnwindSafe for Handlers
impl Send for Handlers
impl Sync for Handlers
impl Unpin for Handlers
impl UnwindSafe for Handlers
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