pub struct RepeatEntry {
pub var: String,
pub bound: String,
}Expand description
Canonical repeat descriptor.
Fields§
§var: String§bound: StringTrait Implementations§
Source§impl Clone for RepeatEntry
impl Clone for RepeatEntry
Source§fn clone(&self) -> RepeatEntry
fn clone(&self) -> RepeatEntry
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 RepeatEntry
impl Debug for RepeatEntry
impl Eq for RepeatEntry
Source§impl PartialEq for RepeatEntry
impl PartialEq for RepeatEntry
impl StructuralPartialEq for RepeatEntry
Auto Trait Implementations§
impl Freeze for RepeatEntry
impl RefUnwindSafe for RepeatEntry
impl Send for RepeatEntry
impl Sync for RepeatEntry
impl Unpin for RepeatEntry
impl UnsafeUnpin for RepeatEntry
impl UnwindSafe for RepeatEntry
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