pub struct ProjectStatement {
pub text: String,
pub kind: String,
pub weight: u8,
}Expand description
A localized variant of a single project statement.
Fields§
§text: String§kind: String§weight: u8Trait Implementations§
Source§impl Clone for ProjectStatement
impl Clone for ProjectStatement
Source§fn clone(&self) -> ProjectStatement
fn clone(&self) -> ProjectStatement
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 ProjectStatement
impl Debug for ProjectStatement
Source§impl Default for ProjectStatement
impl Default for ProjectStatement
Source§fn default() -> ProjectStatement
fn default() -> ProjectStatement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProjectStatement
impl RefUnwindSafe for ProjectStatement
impl Send for ProjectStatement
impl Sync for ProjectStatement
impl Unpin for ProjectStatement
impl UnsafeUnpin for ProjectStatement
impl UnwindSafe for ProjectStatement
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