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