pub struct ArchiveSubList<T: ArchiveCodec> { /* private fields */ }Implementations§
Source§impl<T: ArchiveCodec> ArchiveSubList<T>
impl<T: ArchiveCodec> ArchiveSubList<T>
pub fn push(&mut self, sub: ArchiveEventSubscriber<T>)
pub fn send(&mut self, msg: &T)
pub fn send_nowait(&mut self, msg: &T)
pub fn remove_cid(&mut self, cid: CID)
Trait Implementations§
Source§impl<T: Debug + ArchiveCodec> Debug for ArchiveSubList<T>
impl<T: Debug + ArchiveCodec> Debug for ArchiveSubList<T>
Source§impl<T: ArchiveCodec> Default for ArchiveSubList<T>
impl<T: ArchiveCodec> Default for ArchiveSubList<T>
Auto Trait Implementations§
impl<T> Freeze for ArchiveSubList<T>
impl<T> RefUnwindSafe for ArchiveSubList<T>where
T: RefUnwindSafe,
impl<T> Send for ArchiveSubList<T>where
T: Send,
impl<T> Sync for ArchiveSubList<T>where
T: Sync,
impl<T> Unpin for ArchiveSubList<T>where
T: Unpin,
impl<T> UnwindSafe for ArchiveSubList<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.