pub struct CycleCommandHelps<'a> {
pub add: &'a str,
pub list: &'a str,
pub remove: &'a str,
pub current: &'a str,
pub history: &'a str,
}Fields§
§add: &'a str§list: &'a str§remove: &'a str§current: &'a str§history: &'a strTrait Implementations§
Source§impl<'a> Clone for CycleCommandHelps<'a>
impl<'a> Clone for CycleCommandHelps<'a>
Source§fn clone(&self) -> CycleCommandHelps<'a>
fn clone(&self) -> CycleCommandHelps<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for CycleCommandHelps<'a>
impl<'a> RefUnwindSafe for CycleCommandHelps<'a>
impl<'a> Send for CycleCommandHelps<'a>
impl<'a> Sync for CycleCommandHelps<'a>
impl<'a> Unpin for CycleCommandHelps<'a>
impl<'a> UnsafeUnpin for CycleCommandHelps<'a>
impl<'a> UnwindSafe for CycleCommandHelps<'a>
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