pub struct SuiteHeader {
pub label: SuiteLabel,
pub name: &'static str,
}
Fields§
§label: SuiteLabel
§name: &'static str
Implementations§
Source§impl SuiteHeader
impl SuiteHeader
Sourcepub fn new(label: SuiteLabel, name: &'static str) -> Self
pub fn new(label: SuiteLabel, name: &'static str) -> Self
Constructs a new SuiteHeader
.
Trait Implementations§
Source§impl Clone for SuiteHeader
impl Clone for SuiteHeader
Source§fn clone(&self) -> SuiteHeader
fn clone(&self) -> SuiteHeader
Returns a duplicate 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 Debug for SuiteHeader
impl Debug for SuiteHeader
Source§impl Display for SuiteHeader
impl Display for SuiteHeader
Source§impl PartialEq for SuiteHeader
impl PartialEq for SuiteHeader
impl Eq for SuiteHeader
impl StructuralPartialEq for SuiteHeader
Auto Trait Implementations§
impl Freeze for SuiteHeader
impl RefUnwindSafe for SuiteHeader
impl Send for SuiteHeader
impl Sync for SuiteHeader
impl Unpin for SuiteHeader
impl UnwindSafe for SuiteHeader
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