pub struct FheInt2Id;Available on crate feature
integer only.Expand description
Id for the FheInt2 data type.
Trait Implementations§
source§impl<'de> Deserialize<'de> for FheInt2Id
impl<'de> Deserialize<'de> for FheInt2Id
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for FheInt2Id
Auto Trait Implementations§
impl RefUnwindSafe for FheInt2Id
impl Send for FheInt2Id
impl Sync for FheInt2Id
impl Unpin for FheInt2Id
impl UnwindSafe for FheInt2Id
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