pub struct InsertedProperties<'a> {
pub id: Option<isize>,
pub author: Option<Cow<'a, str>>,
pub date: Option<Cow<'a, str>>,
}
Fields§
§id: Option<isize>
§date: Option<Cow<'a, str>>
Trait Implementations§
Source§impl<'a> Clone for InsertedProperties<'a>
impl<'a> Clone for InsertedProperties<'a>
Source§fn clone(&self) -> InsertedProperties<'a>
fn clone(&self) -> InsertedProperties<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for InsertedProperties<'a>
impl<'a> Debug for InsertedProperties<'a>
Source§impl<'a> Default for InsertedProperties<'a>
impl<'a> Default for InsertedProperties<'a>
Source§fn default() -> InsertedProperties<'a>
fn default() -> InsertedProperties<'a>
Returns the “default value” for a type. Read more
Source§impl<'__input: 'a, 'a> XmlRead<'__input> for InsertedProperties<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for InsertedProperties<'a>
Auto Trait Implementations§
impl<'a> Freeze for InsertedProperties<'a>
impl<'a> RefUnwindSafe for InsertedProperties<'a>
impl<'a> Send for InsertedProperties<'a>
impl<'a> Sync for InsertedProperties<'a>
impl<'a> Unpin for InsertedProperties<'a>
impl<'a> UnwindSafe for InsertedProperties<'a>
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