pub struct PluginMetadataType;Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginMetadataType
impl RefUnwindSafe for PluginMetadataType
impl Send for PluginMetadataType
impl Sync for PluginMetadataType
impl Unpin for PluginMetadataType
impl UnsafeUnpin for PluginMetadataType
impl UnwindSafe for PluginMetadataType
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