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