pub struct PointCloudMapCellMetaDataWithID {
pub cell_id: String,
pub metadata: PointCloudMapCellMetaData,
}Fields§
§cell_id: String§metadata: PointCloudMapCellMetaDataTrait Implementations§
Source§impl Clone for PointCloudMapCellMetaDataWithID
impl Clone for PointCloudMapCellMetaDataWithID
Source§fn clone(&self) -> PointCloudMapCellMetaDataWithID
fn clone(&self) -> PointCloudMapCellMetaDataWithID
Returns a duplicate 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<'de> Deserialize<'de> for PointCloudMapCellMetaDataWithID
impl<'de> Deserialize<'de> for PointCloudMapCellMetaDataWithID
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PointCloudMapCellMetaDataWithID
impl PartialEq for PointCloudMapCellMetaDataWithID
Source§fn eq(&self, other: &PointCloudMapCellMetaDataWithID) -> bool
fn eq(&self, other: &PointCloudMapCellMetaDataWithID) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Message for PointCloudMapCellMetaDataWithID
impl StructuralPartialEq for PointCloudMapCellMetaDataWithID
Auto Trait Implementations§
impl Freeze for PointCloudMapCellMetaDataWithID
impl RefUnwindSafe for PointCloudMapCellMetaDataWithID
impl Send for PointCloudMapCellMetaDataWithID
impl Sync for PointCloudMapCellMetaDataWithID
impl Unpin for PointCloudMapCellMetaDataWithID
impl UnwindSafe for PointCloudMapCellMetaDataWithID
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