pub struct PulseKnowledge {
pub key: String,
pub title: String,
pub category: Option<String>,
pub updated_at: String,
}Fields§
§key: String§title: String§category: Option<String>§updated_at: StringTrait Implementations§
Source§impl Debug for PulseKnowledge
impl Debug for PulseKnowledge
Auto Trait Implementations§
impl Freeze for PulseKnowledge
impl RefUnwindSafe for PulseKnowledge
impl Send for PulseKnowledge
impl Sync for PulseKnowledge
impl Unpin for PulseKnowledge
impl UnsafeUnpin for PulseKnowledge
impl UnwindSafe for PulseKnowledge
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