pub struct PluginListOpts { /* private fields */ }
Available on crate feature
swarm
only.Implementations§
Source§impl PluginListOpts
impl PluginListOpts
Sourcepub fn builder() -> PluginListOptsBuilder
pub fn builder() -> PluginListOptsBuilder
Returns a new instance of a builder for PluginListOpts.
Trait Implementations§
Source§impl Clone for PluginListOpts
impl Clone for PluginListOpts
Source§fn clone(&self) -> PluginListOpts
fn clone(&self) -> PluginListOpts
Returns a copy of the value. Read more
1.0.0 · 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 PluginListOpts
impl Debug for PluginListOpts
Source§impl Default for PluginListOpts
impl Default for PluginListOpts
Source§fn default() -> PluginListOpts
fn default() -> PluginListOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PluginListOpts
impl RefUnwindSafe for PluginListOpts
impl Send for PluginListOpts
impl Sync for PluginListOpts
impl Unpin for PluginListOpts
impl UnwindSafe for PluginListOpts
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