pub struct AddDeclPatch {
pub entry: ApidocEntry,
pub reason: String,
}Expand description
ロード時にパース済みの add_decl 1 件
Fields§
§entry: ApidocEntryvalue をパースした宣言。source_file にはパッチファイル名を
埋めて出所を追跡可能にする
reason: String必要理由 (JSON の reason)
Trait Implementations§
Source§impl Clone for AddDeclPatch
impl Clone for AddDeclPatch
Source§fn clone(&self) -> AddDeclPatch
fn clone(&self) -> AddDeclPatch
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 moreAuto Trait Implementations§
impl Freeze for AddDeclPatch
impl RefUnwindSafe for AddDeclPatch
impl Send for AddDeclPatch
impl Sync for AddDeclPatch
impl Unpin for AddDeclPatch
impl UnsafeUnpin for AddDeclPatch
impl UnwindSafe for AddDeclPatch
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