pub struct CoreProps { /* private fields */ }
Implementations§
Source§impl CoreProps
impl CoreProps
pub fn created_at(self, date: &str) -> Self
pub fn updated_at(self, date: &str) -> Self
Trait Implementations§
impl StructuralPartialEq for CoreProps
Auto Trait Implementations§
impl Freeze for CoreProps
impl RefUnwindSafe for CoreProps
impl Send for CoreProps
impl Sync for CoreProps
impl Unpin for CoreProps
impl UnwindSafe for CoreProps
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