pub struct CJImmediate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CJImmediate
impl Clone for CJImmediate
Source§fn clone(&self) -> CJImmediate
fn clone(&self) -> CJImmediate
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 CJImmediate
impl Debug for CJImmediate
Source§impl Display for CJImmediate
impl Display for CJImmediate
Source§impl Into<i64> for CJImmediate
impl Into<i64> for CJImmediate
Source§impl PartialEq for CJImmediate
impl PartialEq for CJImmediate
Source§impl TryFrom<i64> for CJImmediate
impl TryFrom<i64> for CJImmediate
impl Copy for CJImmediate
impl StructuralPartialEq for CJImmediate
Auto Trait Implementations§
impl Freeze for CJImmediate
impl RefUnwindSafe for CJImmediate
impl Send for CJImmediate
impl Sync for CJImmediate
impl Unpin for CJImmediate
impl UnwindSafe for CJImmediate
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