pub struct Immediate5(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for Immediate5
impl Clone for Immediate5
Source§fn clone(&self) -> Immediate5
fn clone(&self) -> Immediate5
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 Immediate5
impl Debug for Immediate5
Source§impl FromStr for Immediate5
impl FromStr for Immediate5
Source§impl PartialEq for Immediate5
impl PartialEq for Immediate5
impl Copy for Immediate5
impl StructuralPartialEq for Immediate5
Auto Trait Implementations§
impl Freeze for Immediate5
impl RefUnwindSafe for Immediate5
impl Send for Immediate5
impl Sync for Immediate5
impl Unpin for Immediate5
impl UnwindSafe for Immediate5
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