pub struct FixedStringN(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for FixedStringN
impl Clone for FixedStringN
Source§fn clone(&self) -> FixedStringN
fn clone(&self) -> FixedStringN
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 FixedStringN
impl Debug for FixedStringN
Source§impl PartialEq for FixedStringN
impl PartialEq for FixedStringN
Source§impl TryFrom<&str> for FixedStringN
impl TryFrom<&str> for FixedStringN
impl Eq for FixedStringN
impl StructuralPartialEq for FixedStringN
Auto Trait Implementations§
impl Freeze for FixedStringN
impl RefUnwindSafe for FixedStringN
impl Send for FixedStringN
impl Sync for FixedStringN
impl Unpin for FixedStringN
impl UnwindSafe for FixedStringN
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