pub struct IntegerArgs {
pub data: i64,
}Fields§
§data: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntegerArgs
impl RefUnwindSafe for IntegerArgs
impl Send for IntegerArgs
impl Sync for IntegerArgs
impl Unpin for IntegerArgs
impl UnwindSafe for IntegerArgs
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