pub struct ManifestCreateOpts { /* private fields */ }
Expand description
Adjust how a manifest list is created.
Implementations§
Trait Implementations§
Source§impl Clone for ManifestCreateOpts
impl Clone for ManifestCreateOpts
Source§fn clone(&self) -> ManifestCreateOpts
fn clone(&self) -> ManifestCreateOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ManifestCreateOpts
impl Debug for ManifestCreateOpts
Source§impl Default for ManifestCreateOpts
impl Default for ManifestCreateOpts
Source§fn default() -> ManifestCreateOpts
fn default() -> ManifestCreateOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ManifestCreateOpts
impl RefUnwindSafe for ManifestCreateOpts
impl Send for ManifestCreateOpts
impl Sync for ManifestCreateOpts
impl Unpin for ManifestCreateOpts
impl UnwindSafe for ManifestCreateOpts
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