pub struct RawPackInstallOptions {
pub promisor: bool,
}Fields§
§promisor: boolTrait Implementations§
Source§impl Clone for RawPackInstallOptions
impl Clone for RawPackInstallOptions
Source§fn clone(&self) -> RawPackInstallOptions
fn clone(&self) -> RawPackInstallOptions
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 moreimpl Copy for RawPackInstallOptions
Source§impl Debug for RawPackInstallOptions
impl Debug for RawPackInstallOptions
Source§impl Default for RawPackInstallOptions
impl Default for RawPackInstallOptions
Source§fn default() -> RawPackInstallOptions
fn default() -> RawPackInstallOptions
Returns the “default value” for a type. Read more
impl Eq for RawPackInstallOptions
Source§impl PartialEq for RawPackInstallOptions
impl PartialEq for RawPackInstallOptions
Source§fn eq(&self, other: &RawPackInstallOptions) -> bool
fn eq(&self, other: &RawPackInstallOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RawPackInstallOptions
Auto Trait Implementations§
impl Freeze for RawPackInstallOptions
impl RefUnwindSafe for RawPackInstallOptions
impl Send for RawPackInstallOptions
impl Sync for RawPackInstallOptions
impl Unpin for RawPackInstallOptions
impl UnsafeUnpin for RawPackInstallOptions
impl UnwindSafe for RawPackInstallOptions
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