pub struct HeaderV1 {
pub file_name: String,
pub created_at: Timestamp,
pub beacon_interval: u32,
}Fieldsยง
ยงfile_name: Stringยงcreated_at: Timestampยงbeacon_interval: u32Implementationsยง
Trait Implementationsยง
impl Eq for HeaderV1
impl StructuralPartialEq for HeaderV1
Auto Trait Implementationsยง
impl Freeze for HeaderV1
impl RefUnwindSafe for HeaderV1
impl Send for HeaderV1
impl Sync for HeaderV1
impl Unpin for HeaderV1
impl UnwindSafe for HeaderV1
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