pub struct Collection {
pub base: BaseCollectionV1,
pub plugin_list: PluginsList,
pub external_plugin_adapter_list: ExternalPluginAdaptersList,
pub plugin_header: Option<PluginHeaderV1>,
}
Fields§
§base: BaseCollectionV1
§plugin_list: PluginsList
§external_plugin_adapter_list: ExternalPluginAdaptersList
§plugin_header: Option<PluginHeaderV1>
Implementations§
Source§impl Collection
impl Collection
Trait Implementations§
Source§impl Debug for Collection
impl Debug for Collection
Auto Trait Implementations§
impl Freeze for Collection
impl RefUnwindSafe for Collection
impl Send for Collection
impl Sync for Collection
impl Unpin for Collection
impl UnwindSafe for Collection
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