pub struct AuthorLog {
pub author: String,
pub records: Vec<Record>,
pub attribution: Attribution,
}Fields§
§records: Vec<Record>§attribution: AttributionWhat the filesystem says about whether this log is really author’s.
Auto Trait Implementations§
impl Freeze for AuthorLog
impl RefUnwindSafe for AuthorLog
impl Send for AuthorLog
impl Sync for AuthorLog
impl Unpin for AuthorLog
impl UnsafeUnpin for AuthorLog
impl UnwindSafe for AuthorLog
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