pub struct VissueConfig {
pub issues: IssuesSection,
}Expand description
Effective configuration for one layout.
Fields§
§issues: IssuesSectionImplementations§
Trait Implementations§
Source§impl Clone for VissueConfig
impl Clone for VissueConfig
Source§fn clone(&self) -> VissueConfig
fn clone(&self) -> VissueConfig
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 VissueConfig
impl Debug for VissueConfig
Source§impl Default for VissueConfig
impl Default for VissueConfig
Source§fn default() -> VissueConfig
fn default() -> VissueConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VissueConfig
impl RefUnwindSafe for VissueConfig
impl Send for VissueConfig
impl Sync for VissueConfig
impl Unpin for VissueConfig
impl UnsafeUnpin for VissueConfig
impl UnwindSafe for VissueConfig
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