pub struct ServerProjectAcquisitionPlan {
pub service: String,
pub project: String,
pub selector: ServerSnapshotSelector,
pub allow_network: bool,
pub expected: Option<ServerProjectSourceId>,
pub lock_action: SourceLockAction,
}Fields§
§service: String§project: String§selector: ServerSnapshotSelector§allow_network: bool§expected: Option<ServerProjectSourceId>§lock_action: SourceLockActionTrait Implementations§
Source§impl Clone for ServerProjectAcquisitionPlan
impl Clone for ServerProjectAcquisitionPlan
Source§fn clone(&self) -> ServerProjectAcquisitionPlan
fn clone(&self) -> ServerProjectAcquisitionPlan
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 moreSource§impl Debug for ServerProjectAcquisitionPlan
impl Debug for ServerProjectAcquisitionPlan
Source§impl<'de> Deserialize<'de> for ServerProjectAcquisitionPlan
impl<'de> Deserialize<'de> for ServerProjectAcquisitionPlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ServerProjectAcquisitionPlan
impl StructuralPartialEq for ServerProjectAcquisitionPlan
Auto Trait Implementations§
impl Freeze for ServerProjectAcquisitionPlan
impl RefUnwindSafe for ServerProjectAcquisitionPlan
impl Send for ServerProjectAcquisitionPlan
impl Sync for ServerProjectAcquisitionPlan
impl Unpin for ServerProjectAcquisitionPlan
impl UnsafeUnpin for ServerProjectAcquisitionPlan
impl UnwindSafe for ServerProjectAcquisitionPlan
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.