Struct surrealml_core::storage::header::string_value::StringValue
source · pub struct StringValue {
pub value: Option<String>,
}
Expand description
Fields§
§value: Option<String>
Implementations§
source§impl StringValue
impl StringValue
sourcepub fn from_string(value: String) -> Self
pub fn from_string(value: String) -> Self
Trait Implementations§
source§impl Debug for StringValue
impl Debug for StringValue
source§impl PartialEq for StringValue
impl PartialEq for StringValue
source§fn eq(&self, other: &StringValue) -> bool
fn eq(&self, other: &StringValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StringValue
Auto Trait Implementations§
impl Freeze for StringValue
impl RefUnwindSafe for StringValue
impl Send for StringValue
impl Sync for StringValue
impl Unpin for StringValue
impl UnwindSafe for StringValue
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