Struct tfhe::FheInt128Id
source · pub struct FheInt128Id;Available on crate feature
integer only.Expand description
Id for the FheInt128 data type.
Trait Implementations§
source§impl Clone for FheInt128Id
impl Clone for FheInt128Id
source§fn clone(&self) -> FheInt128Id
fn clone(&self) -> FheInt128Id
Returns a copy 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 moresource§impl Debug for FheInt128Id
impl Debug for FheInt128Id
source§impl Default for FheInt128Id
impl Default for FheInt128Id
source§fn default() -> FheInt128Id
fn default() -> FheInt128Id
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FheInt128Id
impl<'de> Deserialize<'de> for FheInt128Id
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
source§impl Serialize for FheInt128Id
impl Serialize for FheInt128Id
impl Copy for FheInt128Id
Auto Trait Implementations§
impl RefUnwindSafe for FheInt128Id
impl Send for FheInt128Id
impl Sync for FheInt128Id
impl Unpin for FheInt128Id
impl UnwindSafe for FheInt128Id
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