pub struct BaseScalarTypeDescriptor {
pub id: DescriptorUuid,
}
Fields§
§id: DescriptorUuid
Trait Implementations§
source§impl Clone for BaseScalarTypeDescriptor
impl Clone for BaseScalarTypeDescriptor
source§fn clone(&self) -> BaseScalarTypeDescriptor
fn clone(&self) -> BaseScalarTypeDescriptor
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 BaseScalarTypeDescriptor
impl Debug for BaseScalarTypeDescriptor
source§impl PartialEq<BaseScalarTypeDescriptor> for BaseScalarTypeDescriptor
impl PartialEq<BaseScalarTypeDescriptor> for BaseScalarTypeDescriptor
source§fn eq(&self, other: &BaseScalarTypeDescriptor) -> bool
fn eq(&self, other: &BaseScalarTypeDescriptor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BaseScalarTypeDescriptor
impl StructuralEq for BaseScalarTypeDescriptor
impl StructuralPartialEq for BaseScalarTypeDescriptor
Auto Trait Implementations§
impl RefUnwindSafe for BaseScalarTypeDescriptor
impl Send for BaseScalarTypeDescriptor
impl Sync for BaseScalarTypeDescriptor
impl Unpin for BaseScalarTypeDescriptor
impl UnwindSafe for BaseScalarTypeDescriptor
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