pub struct PublishPlan {
pub receipt_path: PathBuf,
pub api_base_url: Option<String>,
pub token: Option<String>,
pub allow_local_api: bool,
pub json: bool,
}Fields§
§receipt_path: PathBuf§api_base_url: Option<String>§token: Option<String>§allow_local_api: bool§json: boolTrait Implementations§
Source§impl Debug for PublishPlan
impl Debug for PublishPlan
impl Eq for PublishPlan
Source§impl PartialEq for PublishPlan
impl PartialEq for PublishPlan
Source§fn eq(&self, other: &PublishPlan) -> bool
fn eq(&self, other: &PublishPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PublishPlan
Auto Trait Implementations§
impl Freeze for PublishPlan
impl RefUnwindSafe for PublishPlan
impl Send for PublishPlan
impl Sync for PublishPlan
impl Unpin for PublishPlan
impl UnsafeUnpin for PublishPlan
impl UnwindSafe for PublishPlan
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<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.