pub struct DeployField { /* private fields */ }Expand description
One recognized deploy subfield and its source reference.
Implementations§
Source§impl DeployField
impl DeployField
Sourcepub const fn kind(&self) -> DeployFieldKind
pub const fn kind(&self) -> DeployFieldKind
Returns the field’s specification-level identity.
Sourcepub const fn reference(&self) -> &FieldReference
pub const fn reference(&self) -> &FieldReference
Returns source spans for reading or editing the retained value.
Trait Implementations§
Source§impl Clone for DeployField
impl Clone for DeployField
Source§fn clone(&self) -> DeployField
fn clone(&self) -> DeployField
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 DeployField
impl Debug for DeployField
impl Eq for DeployField
Source§impl PartialEq for DeployField
impl PartialEq for DeployField
impl StructuralPartialEq for DeployField
Auto Trait Implementations§
impl Freeze for DeployField
impl RefUnwindSafe for DeployField
impl Send for DeployField
impl Sync for DeployField
impl Unpin for DeployField
impl UnsafeUnpin for DeployField
impl UnwindSafe for DeployField
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