pub struct FpmPublisher { /* private fields */ }Expand description
Optional FPM sink used by schedulers.
Wraps Option<Arc<dyn FpmSink>> for ergonomic passing and no-op default behavior.
Implementations§
Trait Implementations§
Source§impl Clone for FpmPublisher
impl Clone for FpmPublisher
Source§fn clone(&self) -> FpmPublisher
fn clone(&self) -> FpmPublisher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FpmPublisher
impl Default for FpmPublisher
Source§fn default() -> FpmPublisher
fn default() -> FpmPublisher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for FpmPublisher
impl !UnwindSafe for FpmPublisher
impl Freeze for FpmPublisher
impl Send for FpmPublisher
impl Sync for FpmPublisher
impl Unpin for FpmPublisher
impl UnsafeUnpin for FpmPublisher
Blanket Implementations§
impl<T> BlockMetadata 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