pub struct R64Sint;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations§
Source§impl Ord for R64Sint
impl Ord for R64Sint
Source§impl PartialOrd for R64Sint
impl PartialOrd for R64Sint
impl Copy for R64Sint
impl Eq for R64Sint
impl StructuralPartialEq for R64Sint
Auto Trait Implementations§
impl Freeze for R64Sint
impl RefUnwindSafe for R64Sint
impl Send for R64Sint
impl Sync for R64Sint
impl Unpin for R64Sint
impl UnwindSafe for R64Sint
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