pub struct DafnyCharUTF16(pub u16);Tuple Fields§
§0: u16Trait Implementations§
Source§impl Add for DafnyCharUTF16
impl Add for DafnyCharUTF16
Source§type Output = DafnyCharUTF16
type Output = DafnyCharUTF16
The resulting type after applying the
+ operator.Source§impl Clone for DafnyCharUTF16
impl Clone for DafnyCharUTF16
Source§fn clone(&self) -> DafnyCharUTF16
fn clone(&self) -> DafnyCharUTF16
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 DafnyPrint for DafnyCharUTF16
impl DafnyPrint for DafnyCharUTF16
Source§impl Debug for DafnyCharUTF16
impl Debug for DafnyCharUTF16
Source§impl Default for DafnyCharUTF16
impl Default for DafnyCharUTF16
Source§impl From<DafnyCharUTF16> for DafnyInt
impl From<DafnyCharUTF16> for DafnyInt
Source§fn from(c: DafnyCharUTF16) -> Self
fn from(c: DafnyCharUTF16) -> Self
Converts to this type from the input type.
Source§impl Hash for DafnyCharUTF16
impl Hash for DafnyCharUTF16
Source§impl PartialEq for DafnyCharUTF16
impl PartialEq for DafnyCharUTF16
Source§impl PartialOrd for DafnyCharUTF16
impl PartialOrd for DafnyCharUTF16
Source§impl Sub for DafnyCharUTF16
impl Sub for DafnyCharUTF16
Source§type Output = DafnyCharUTF16
type Output = DafnyCharUTF16
The resulting type after applying the
- operator.impl Copy for DafnyCharUTF16
impl Eq for DafnyCharUTF16
Auto Trait Implementations§
impl Freeze for DafnyCharUTF16
impl RefUnwindSafe for DafnyCharUTF16
impl Send for DafnyCharUTF16
impl Sync for DafnyCharUTF16
impl Unpin for DafnyCharUTF16
impl UnwindSafe for DafnyCharUTF16
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