pub enum Long {}Expand description
A long field (i64).
Trait Implementations§
impl FlussoValue<Long> for i8
impl FlussoValue<Long> for i16
impl FlussoValue<Long> for i32
impl FlussoValue<Long> for i64
Auto Trait Implementations§
impl Freeze for Long
impl RefUnwindSafe for Long
impl Send for Long
impl Sync for Long
impl Unpin for Long
impl UnsafeUnpin for Long
impl UnwindSafe for Long
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