pub struct SuppressExternalGuard;Expand description
Guard that prevents republished external messages from being forwarded again.
Implementations§
Trait Implementations§
Source§impl Debug for SuppressExternalGuard
impl Debug for SuppressExternalGuard
Source§impl Default for SuppressExternalGuard
impl Default for SuppressExternalGuard
Source§impl Drop for SuppressExternalGuard
impl Drop for SuppressExternalGuard
Auto Trait Implementations§
impl Freeze for SuppressExternalGuard
impl RefUnwindSafe for SuppressExternalGuard
impl Send for SuppressExternalGuard
impl Sync for SuppressExternalGuard
impl Unpin for SuppressExternalGuard
impl UnsafeUnpin for SuppressExternalGuard
impl UnwindSafe for SuppressExternalGuard
Blanket Implementations§
impl<T> Allocation for T
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