Struct edgedb_protocol::codec::ObjectShapeInfo
source · [−]pub struct ObjectShapeInfo {
pub elements: Vec<ShapeElement>,
}
Fields
elements: Vec<ShapeElement>
Trait Implementations
sourceimpl Debug for ObjectShapeInfo
impl Debug for ObjectShapeInfo
sourceimpl PartialEq<ObjectShapeInfo> for ObjectShapeInfo
impl PartialEq<ObjectShapeInfo> for ObjectShapeInfo
sourcefn eq(&self, other: &ObjectShapeInfo) -> bool
fn eq(&self, other: &ObjectShapeInfo) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ObjectShapeInfo) -> bool
fn ne(&self, other: &ObjectShapeInfo) -> bool
This method tests for !=
.
impl Eq for ObjectShapeInfo
impl StructuralEq for ObjectShapeInfo
impl StructuralPartialEq for ObjectShapeInfo
Auto Trait Implementations
impl RefUnwindSafe for ObjectShapeInfo
impl Send for ObjectShapeInfo
impl Sync for ObjectShapeInfo
impl Unpin for ObjectShapeInfo
impl UnwindSafe for ObjectShapeInfo
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