pub struct Substring<const BASE: u64> { /* private fields */ }Implementations§
Trait Implementations§
impl<const BASE: u64> Copy for Substring<BASE>
impl<const BASE: u64> Eq for Substring<BASE>
impl<const BASE: u64> StructuralPartialEq for Substring<BASE>
Auto Trait Implementations§
impl<const BASE: u64> Freeze for Substring<BASE>
impl<const BASE: u64> RefUnwindSafe for Substring<BASE>
impl<const BASE: u64> Send for Substring<BASE>
impl<const BASE: u64> Sync for Substring<BASE>
impl<const BASE: u64> Unpin for Substring<BASE>
impl<const BASE: u64> UnwindSafe for Substring<BASE>
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