pub struct IntegerInfo {
pub value: i32,
}Fields§
§value: i32Trait Implementations§
Source§impl Clone for IntegerInfo
impl Clone for IntegerInfo
Source§fn clone(&self) -> IntegerInfo
fn clone(&self) -> IntegerInfo
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 moreAuto Trait Implementations§
impl Freeze for IntegerInfo
impl RefUnwindSafe for IntegerInfo
impl Send for IntegerInfo
impl Sync for IntegerInfo
impl Unpin for IntegerInfo
impl UnsafeUnpin for IntegerInfo
impl UnwindSafe for IntegerInfo
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