Struct vsdb::VersionNameOwned
source · [−]Tuple Fields
0: Vec<u8>Implementations
sourceimpl VersionNameOwned
impl VersionNameOwned
pub fn as_deref(&self) -> VersionName<'_>
Trait Implementations
sourceimpl Clone for VersionNameOwned
impl Clone for VersionNameOwned
sourcefn clone(&self) -> VersionNameOwned
fn clone(&self) -> VersionNameOwned
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VersionNameOwned
impl Debug for VersionNameOwned
sourceimpl Default for VersionNameOwned
impl Default for VersionNameOwned
sourcefn default() -> VersionNameOwned
fn default() -> VersionNameOwned
Returns the “default value” for a type. Read more
sourceimpl PartialEq<VersionNameOwned> for VersionNameOwned
impl PartialEq<VersionNameOwned> for VersionNameOwned
sourcefn eq(&self, other: &VersionNameOwned) -> bool
fn eq(&self, other: &VersionNameOwned) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &VersionNameOwned) -> bool
fn ne(&self, other: &VersionNameOwned) -> bool
This method tests for !=.
impl Eq for VersionNameOwned
impl StructuralEq for VersionNameOwned
impl StructuralPartialEq for VersionNameOwned
Auto Trait Implementations
impl RefUnwindSafe for VersionNameOwned
impl Send for VersionNameOwned
impl Sync for VersionNameOwned
impl Unpin for VersionNameOwned
impl UnwindSafe for VersionNameOwned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more