pub struct OneDirectionRepeatFactorId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for OneDirectionRepeatFactorId
impl Clone for OneDirectionRepeatFactorId
Source§fn clone(&self) -> OneDirectionRepeatFactorId
fn clone(&self) -> OneDirectionRepeatFactorId
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 moreimpl Copy for OneDirectionRepeatFactorId
Source§impl Debug for OneDirectionRepeatFactorId
impl Debug for OneDirectionRepeatFactorId
impl Eq for OneDirectionRepeatFactorId
Source§impl Hash for OneDirectionRepeatFactorId
impl Hash for OneDirectionRepeatFactorId
Source§impl PartialEq for OneDirectionRepeatFactorId
impl PartialEq for OneDirectionRepeatFactorId
Source§fn eq(&self, other: &OneDirectionRepeatFactorId) -> bool
fn eq(&self, other: &OneDirectionRepeatFactorId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OneDirectionRepeatFactorId
Auto Trait Implementations§
impl Freeze for OneDirectionRepeatFactorId
impl RefUnwindSafe for OneDirectionRepeatFactorId
impl Send for OneDirectionRepeatFactorId
impl Sync for OneDirectionRepeatFactorId
impl Unpin for OneDirectionRepeatFactorId
impl UnsafeUnpin for OneDirectionRepeatFactorId
impl UnwindSafe for OneDirectionRepeatFactorId
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