pub struct OutputSchemaName(/* private fields */);Implementations§
Source§impl OutputSchemaName
impl OutputSchemaName
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for OutputSchemaName
impl Clone for OutputSchemaName
Source§fn clone(&self) -> OutputSchemaName
fn clone(&self) -> OutputSchemaName
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 OutputSchemaName
impl Debug for OutputSchemaName
Source§impl<'de> Deserialize<'de> for OutputSchemaName
impl<'de> Deserialize<'de> for OutputSchemaName
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for OutputSchemaName
impl Hash for OutputSchemaName
Source§impl Ord for OutputSchemaName
impl Ord for OutputSchemaName
Source§fn cmp(&self, other: &OutputSchemaName) -> Ordering
fn cmp(&self, other: &OutputSchemaName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OutputSchemaName
impl PartialEq for OutputSchemaName
Source§impl PartialOrd for OutputSchemaName
impl PartialOrd for OutputSchemaName
Source§impl Serialize for OutputSchemaName
impl Serialize for OutputSchemaName
impl Eq for OutputSchemaName
impl StructuralPartialEq for OutputSchemaName
Auto Trait Implementations§
impl Freeze for OutputSchemaName
impl RefUnwindSafe for OutputSchemaName
impl Send for OutputSchemaName
impl Sync for OutputSchemaName
impl Unpin for OutputSchemaName
impl UnsafeUnpin for OutputSchemaName
impl UnwindSafe for OutputSchemaName
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