pub struct CstStatRepeat {
pub until: Position,
}Fields§
§until: PositionTrait Implementations§
Source§impl Clone for CstStatRepeat
impl Clone for CstStatRepeat
Source§fn clone(&self) -> CstStatRepeat
fn clone(&self) -> CstStatRepeat
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 moreSource§impl Debug for CstStatRepeat
impl Debug for CstStatRepeat
Source§impl PartialEq for CstStatRepeat
impl PartialEq for CstStatRepeat
impl StructuralPartialEq for CstStatRepeat
Auto Trait Implementations§
impl Freeze for CstStatRepeat
impl RefUnwindSafe for CstStatRepeat
impl Send for CstStatRepeat
impl Sync for CstStatRepeat
impl Unpin for CstStatRepeat
impl UnsafeUnpin for CstStatRepeat
impl UnwindSafe for CstStatRepeat
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