pub struct TypedValue { /* private fields */ }Implementations§
Source§impl TypedValue
impl TypedValue
pub fn null(value: bool) -> TypedValue
pub fn bool(value: bool) -> TypedValue
pub fn u8(value: u8) -> TypedValue
pub fn i8(value: i8) -> TypedValue
pub fn u16(value: u16) -> TypedValue
pub fn i16(value: i16) -> TypedValue
pub fn u32(value: u32) -> TypedValue
pub fn i32(value: i32) -> TypedValue
pub fn u64(value: u64) -> TypedValue
pub fn i64(value: i64) -> TypedValue
pub fn uuid(value: Uuid) -> TypedValue
pub fn string(value: String) -> TypedValue
Auto Trait Implementations§
impl Freeze for TypedValue
impl RefUnwindSafe for TypedValue
impl Send for TypedValue
impl Sync for TypedValue
impl Unpin for TypedValue
impl UnsafeUnpin for TypedValue
impl UnwindSafe for TypedValue
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