pub struct SetRepeatStateArgs {
pub is_enabled: bool,
}Fields§
§is_enabled: boolTrait Implementations§
Source§impl Clone for SetRepeatStateArgs
impl Clone for SetRepeatStateArgs
Source§fn clone(&self) -> SetRepeatStateArgs
fn clone(&self) -> SetRepeatStateArgs
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 SetRepeatStateArgs
impl Debug for SetRepeatStateArgs
Source§impl Hash for SetRepeatStateArgs
impl Hash for SetRepeatStateArgs
Source§impl PartialEq for SetRepeatStateArgs
impl PartialEq for SetRepeatStateArgs
impl Copy for SetRepeatStateArgs
impl Eq for SetRepeatStateArgs
impl StructuralPartialEq for SetRepeatStateArgs
Auto Trait Implementations§
impl Freeze for SetRepeatStateArgs
impl RefUnwindSafe for SetRepeatStateArgs
impl Send for SetRepeatStateArgs
impl Sync for SetRepeatStateArgs
impl Unpin for SetRepeatStateArgs
impl UnwindSafe for SetRepeatStateArgs
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