pub struct DocProps {
pub app: AppProps,
pub core: CoreProps,
pub custom: CustomProps,
}
Fields§
§app: AppProps
§core: CoreProps
§custom: CustomProps
Implementations§
Source§impl DocProps
impl DocProps
pub fn created_at(self, date: &str) -> Self
pub fn updated_at(self, date: &str) -> Self
pub fn custom_property( self, name: impl Into<String>, item: impl Into<String>, ) -> Self
Trait Implementations§
impl StructuralPartialEq for DocProps
Auto Trait Implementations§
impl Freeze for DocProps
impl RefUnwindSafe for DocProps
impl Send for DocProps
impl Sync for DocProps
impl Unpin for DocProps
impl UnwindSafe for DocProps
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