pub struct NewWriteupOpts {
pub body: Option<String>,
pub tags: Vec<String>,
pub created_at: Option<OffsetDateTime>,
}Fields§
§body: Option<String>§created_at: Option<OffsetDateTime>Trait Implementations§
Source§impl Clone for NewWriteupOpts
impl Clone for NewWriteupOpts
Source§fn clone(&self) -> NewWriteupOpts
fn clone(&self) -> NewWriteupOpts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NewWriteupOpts
impl Debug for NewWriteupOpts
Source§impl Default for NewWriteupOpts
impl Default for NewWriteupOpts
Source§fn default() -> NewWriteupOpts
fn default() -> NewWriteupOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NewWriteupOpts
impl RefUnwindSafe for NewWriteupOpts
impl Send for NewWriteupOpts
impl Sync for NewWriteupOpts
impl Unpin for NewWriteupOpts
impl UnsafeUnpin for NewWriteupOpts
impl UnwindSafe for NewWriteupOpts
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