pub struct AdsScaffoldEntry {
pub key: &'static str,
pub placeholder: AdsContent,
}Expand description
One entry of a generated ADS scaffold: a rsigma.ads.* key and a
placeholder value for an author or agent to complete.
Fields§
§key: &'static strThe rsigma.ads.* custom-attribute key.
placeholder: AdsContentThe placeholder content.
Trait Implementations§
Source§impl Clone for AdsScaffoldEntry
impl Clone for AdsScaffoldEntry
Source§fn clone(&self) -> AdsScaffoldEntry
fn clone(&self) -> AdsScaffoldEntry
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 AdsScaffoldEntry
impl Debug for AdsScaffoldEntry
Auto Trait Implementations§
impl Freeze for AdsScaffoldEntry
impl RefUnwindSafe for AdsScaffoldEntry
impl Send for AdsScaffoldEntry
impl Sync for AdsScaffoldEntry
impl Unpin for AdsScaffoldEntry
impl UnsafeUnpin for AdsScaffoldEntry
impl UnwindSafe for AdsScaffoldEntry
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