pub struct CommandGroupProps {
pub heading: Option<String>,
}Fields§
§heading: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for CommandGroupProps
impl Clone for CommandGroupProps
Source§fn clone(&self) -> CommandGroupProps
fn clone(&self) -> CommandGroupProps
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 moreAuto Trait Implementations§
impl Freeze for CommandGroupProps
impl RefUnwindSafe for CommandGroupProps
impl Send for CommandGroupProps
impl Sync for CommandGroupProps
impl Unpin for CommandGroupProps
impl UnsafeUnpin for CommandGroupProps
impl UnwindSafe for CommandGroupProps
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