pub struct ColumnName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ColumnName
impl AsRef<str> for ColumnName
Source§impl Clone for ColumnName
impl Clone for ColumnName
Source§fn clone(&self) -> ColumnName
fn clone(&self) -> ColumnName
Returns a duplicate 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 moreSource§impl Debug for ColumnName
impl Debug for ColumnName
Source§impl Default for ColumnName
impl Default for ColumnName
Source§fn default() -> ColumnName
fn default() -> ColumnName
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ColumnName
impl<'de> Deserialize<'de> for ColumnName
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ColumnName
impl Display for ColumnName
Source§impl From<String> for ColumnName
impl From<String> for ColumnName
Source§impl PartialEq<&str> for ColumnName
impl PartialEq<&str> for ColumnName
Source§impl PartialEq for ColumnName
impl PartialEq for ColumnName
Source§impl Serialize for ColumnName
impl Serialize for ColumnName
impl StructuralPartialEq for ColumnName
Auto Trait Implementations§
impl Freeze for ColumnName
impl RefUnwindSafe for ColumnName
impl Send for ColumnName
impl Sync for ColumnName
impl Unpin for ColumnName
impl UnsafeUnpin for ColumnName
impl UnwindSafe for ColumnName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read moreSource§impl<T> TransformExt for T
impl<T> TransformExt for T
fn transform<Q>(self, transform: impl FnOnce(T) -> Q) -> Q
fn modify<Q>(self, modify: impl FnOnce(&mut T) -> Q) -> T
Source§fn modify_if<Q>(self, condition: bool, modify: impl FnOnce(&mut T) -> Q) -> T
fn modify_if<Q>(self, condition: bool, modify: impl FnOnce(&mut T) -> Q) -> T
Example Read more