Struct hydrate_pipeline::ImportableName
source · pub struct ImportableName(/* private fields */);
Implementations§
source§impl ImportableName
impl ImportableName
pub fn new(name: String) -> ImportableName
pub fn new_optional(name: Option<String>) -> ImportableName
pub fn name(&self) -> Option<&str>
pub fn is_default(&self) -> bool
Trait Implementations§
source§impl Clone for ImportableName
impl Clone for ImportableName
source§fn clone(&self) -> ImportableName
fn clone(&self) -> ImportableName
Returns a copy 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 ImportableName
impl Debug for ImportableName
source§impl Default for ImportableName
impl Default for ImportableName
source§fn default() -> ImportableName
fn default() -> ImportableName
Returns the “default value” for a type. Read more
source§impl Hash for ImportableName
impl Hash for ImportableName
source§impl PartialEq for ImportableName
impl PartialEq for ImportableName
source§fn eq(&self, other: &ImportableName) -> bool
fn eq(&self, other: &ImportableName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ImportableName
impl StructuralPartialEq for ImportableName
Auto Trait Implementations§
impl RefUnwindSafe for ImportableName
impl Send for ImportableName
impl Sync for ImportableName
impl Unpin for ImportableName
impl UnwindSafe for ImportableName
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