pub struct SourceName(/* private fields */);Expand description
A relational source name.
Implementations§
Trait Implementations§
Source§impl Clone for SourceName
impl Clone for SourceName
Source§fn clone(&self) -> SourceName
fn clone(&self) -> SourceName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SourceName
impl Debug for SourceName
impl Eq for SourceName
Source§impl From<SourceName> for Symbol
impl From<SourceName> for Symbol
Source§fn from(value: SourceName) -> Self
fn from(value: SourceName) -> Self
Converts to this type from the input type.
Source§impl Hash for SourceName
impl Hash for SourceName
Source§impl Ord for SourceName
impl Ord for SourceName
Source§fn cmp(&self, other: &SourceName) -> Ordering
fn cmp(&self, other: &SourceName) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SourceName
impl PartialEq for SourceName
Source§impl PartialOrd for SourceName
impl PartialOrd for SourceName
impl StructuralPartialEq for SourceName
Auto Trait Implementations§
impl Freeze for SourceName
impl RefUnwindSafe for SourceName
impl Send for SourceName
impl Sync for SourceName
impl Unpin for SourceName
impl UnsafeUnpin for SourceName
impl UnwindSafe for SourceName
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