pub struct PluginMetadataPrinter;Implementations§
Source§impl PluginMetadataPrinter
impl PluginMetadataPrinter
pub fn render(options: &PluginMetadataPrintOptions) -> String
Trait Implementations§
Source§impl Clone for PluginMetadataPrinter
impl Clone for PluginMetadataPrinter
Source§fn clone(&self) -> PluginMetadataPrinter
fn clone(&self) -> PluginMetadataPrinter
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 Debug for PluginMetadataPrinter
impl Debug for PluginMetadataPrinter
Source§impl Default for PluginMetadataPrinter
impl Default for PluginMetadataPrinter
Source§fn default() -> PluginMetadataPrinter
fn default() -> PluginMetadataPrinter
Returns the “default value” for a type. Read more
Source§impl PartialEq for PluginMetadataPrinter
impl PartialEq for PluginMetadataPrinter
Source§fn eq(&self, other: &PluginMetadataPrinter) -> bool
fn eq(&self, other: &PluginMetadataPrinter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PluginMetadataPrinter
impl StructuralPartialEq for PluginMetadataPrinter
Auto Trait Implementations§
impl Freeze for PluginMetadataPrinter
impl RefUnwindSafe for PluginMetadataPrinter
impl Send for PluginMetadataPrinter
impl Sync for PluginMetadataPrinter
impl Unpin for PluginMetadataPrinter
impl UnsafeUnpin for PluginMetadataPrinter
impl UnwindSafe for PluginMetadataPrinter
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.