pub struct ReversibleOptionI128(/* private fields */);Expand description
An index of the managed resource type
Trait Implementations§
Source§impl Clone for ReversibleOptionI128
impl Clone for ReversibleOptionI128
Source§fn clone(&self) -> ReversibleOptionI128
fn clone(&self) -> ReversibleOptionI128
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 ReversibleOptionI128
impl Debug for ReversibleOptionI128
Source§impl Hash for ReversibleOptionI128
impl Hash for ReversibleOptionI128
Source§impl PartialEq for ReversibleOptionI128
impl PartialEq for ReversibleOptionI128
impl Copy for ReversibleOptionI128
impl Eq for ReversibleOptionI128
impl StructuralPartialEq for ReversibleOptionI128
Auto Trait Implementations§
impl Freeze for ReversibleOptionI128
impl RefUnwindSafe for ReversibleOptionI128
impl Send for ReversibleOptionI128
impl Sync for ReversibleOptionI128
impl Unpin for ReversibleOptionI128
impl UnwindSafe for ReversibleOptionI128
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