pub struct Text;Expand description
Text value-type marker (corresponds to PropertyType::Text).
Trait Implementations§
Source§impl Assignable<Text> for &str
impl Assignable<Text> for &str
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<Text> for String
impl Assignable<Text> for String
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 Text
impl Eq for Text
impl StructuralPartialEq for Text
Auto Trait Implementations§
impl Freeze for Text
impl RefUnwindSafe for Text
impl Send for Text
impl Sync for Text
impl Unpin for Text
impl UnsafeUnpin for Text
impl UnwindSafe for Text
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