pub struct EntryBuilder(/* private fields */);
Expand description
a builder for Feed
Implementations§
Source§impl EntryBuilder
impl EntryBuilder
set the author of the entry
Sourcepub fn date_updated(self, date_updated: DateTime<Local>) -> Self
pub fn date_updated(self, date_updated: DateTime<Local>) -> Self
set the date updated of the entry
Trait Implementations§
Source§impl Debug for EntryBuilder
impl Debug for EntryBuilder
Source§impl Default for EntryBuilder
impl Default for EntryBuilder
Source§fn default() -> EntryBuilder
fn default() -> EntryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntryBuilder
impl RefUnwindSafe for EntryBuilder
impl Send for EntryBuilder
impl Sync for EntryBuilder
impl Unpin for EntryBuilder
impl UnwindSafe for EntryBuilder
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