pub struct Designer { /* private fields */ }
Implementations§
Source§impl Designer
impl Designer
pub fn command(&self) -> Self
pub fn message(&self) -> Self
pub fn parameter_name(&self) -> Self
pub fn parameter_value(&self) -> Self
pub fn doc(&self) -> Self
pub fn error(&self) -> Self
pub fn task_name(&self) -> Self
pub fn variable(&self) -> Self
pub fn evariable(&self) -> Self
pub fn prefix(&self) -> Prefix
pub fn suffix(&self) -> Suffix
Trait Implementations§
impl Copy for Designer
Auto Trait Implementations§
impl Freeze for Designer
impl RefUnwindSafe for Designer
impl Send for Designer
impl Sync for Designer
impl Unpin for Designer
impl UnwindSafe for Designer
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