pub struct Int;Expand description
Integer value-type marker (corresponds to PropertyType::Integer).
Trait Implementations§
Source§impl Assignable<Int> for i64
impl Assignable<Int> for i64
Source§fn into_value(self) -> Result<PropertyValue, DbError>
fn into_value(self) -> Result<PropertyValue, DbError>
Converts into a
PropertyValue, checking range where narrowing. Read moreSource§impl Assignable<Int> for u64
impl Assignable<Int> for u64
Source§fn into_value(self) -> Result<PropertyValue, DbError>
fn into_value(self) -> Result<PropertyValue, DbError>
Converts into a
PropertyValue, checking range where narrowing. Read moreSource§impl Assignable<Int> for usize
impl Assignable<Int> for usize
Source§fn into_value(self) -> Result<PropertyValue, DbError>
fn into_value(self) -> Result<PropertyValue, DbError>
Converts into a
PropertyValue, checking range where narrowing. Read moreimpl Copy for Int
impl Eq for Int
impl StructuralPartialEq for Int
Auto Trait Implementations§
impl Freeze for Int
impl RefUnwindSafe for Int
impl Send for Int
impl Sync for Int
impl Unpin for Int
impl UnsafeUnpin for Int
impl UnwindSafe for Int
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