pub struct ShieldApplyStep {
pub shield_name: String,
pub target: String,
pub output_type: String,
pub loc: Loc,
}Fields§
§shield_name: String§target: String§output_type: String§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for ShieldApplyStep
impl RefUnwindSafe for ShieldApplyStep
impl Send for ShieldApplyStep
impl Sync for ShieldApplyStep
impl Unpin for ShieldApplyStep
impl UnsafeUnpin for ShieldApplyStep
impl UnwindSafe for ShieldApplyStep
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