Struct move_readme_generator::ReadmeContext
source · [−]pub struct ReadmeContext {
pub title: String,
pub body: String,
pub address: String,
pub idl: IDLPackage,
pub license: Option<String>,
}
Fields
title: String
body: String
address: String
idl: IDLPackage
license: Option<String>
Trait Implementations
sourceimpl Serialize for ReadmeContext
impl Serialize for ReadmeContext
Auto Trait Implementations
impl RefUnwindSafe for ReadmeContext
impl Send for ReadmeContext
impl Sync for ReadmeContext
impl Unpin for ReadmeContext
impl UnwindSafe for ReadmeContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more