pub struct Gen {
pub date: Date,
pub signature: Option<String>,
}Fields§
§date: Date§signature: Option<String>Trait Implementations§
impl Eq for Gen
impl StructuralPartialEq for Gen
Auto Trait Implementations§
impl Freeze for Gen
impl RefUnwindSafe for Gen
impl Send for Gen
impl Sync for Gen
impl Unpin for Gen
impl UnwindSafe for Gen
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