Struct USearchAttributeValue
#[repr(transparent)]pub struct USearchAttributeValue(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for USearchAttributeValue
impl Clone for USearchAttributeValue
§fn clone(&self) -> USearchAttributeValue
fn clone(&self) -> USearchAttributeValue
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 more§impl Debug for USearchAttributeValue
impl Debug for USearchAttributeValue
§impl Default for USearchAttributeValue
impl Default for USearchAttributeValue
§fn default() -> USearchAttributeValue
fn default() -> USearchAttributeValue
Returns the “default value” for a type. Read more
§impl PartialEq for USearchAttributeValue
impl PartialEq for USearchAttributeValue
impl Copy for USearchAttributeValue
impl Eq for USearchAttributeValue
impl StructuralPartialEq for USearchAttributeValue
Auto Trait Implementations§
impl Freeze for USearchAttributeValue
impl RefUnwindSafe for USearchAttributeValue
impl Send for USearchAttributeValue
impl Sync for USearchAttributeValue
impl Unpin for USearchAttributeValue
impl UnwindSafe for USearchAttributeValue
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