pub struct EntityFactory {
pub name: String,
pub allow_renaming: bool,
pub sdf: String,
pub sdf_filename: String,
pub clone_name: String,
pub pose: Pose,
pub relative_to: String,
}Fields§
§name: String§allow_renaming: bool§sdf: String§sdf_filename: String§clone_name: String§pose: Pose§relative_to: StringTrait Implementations§
Source§impl Clone for EntityFactory
impl Clone for EntityFactory
Source§fn clone(&self) -> EntityFactory
fn clone(&self) -> EntityFactory
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 Debug for EntityFactory
impl Debug for EntityFactory
Source§impl Default for EntityFactory
impl Default for EntityFactory
Source§impl<'de> Deserialize<'de> for EntityFactory
impl<'de> Deserialize<'de> for EntityFactory
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 EntityFactory
impl PartialEq for EntityFactory
Source§impl Serialize for EntityFactory
impl Serialize for EntityFactory
impl Message for EntityFactory
impl StructuralPartialEq for EntityFactory
Auto Trait Implementations§
impl Freeze for EntityFactory
impl RefUnwindSafe for EntityFactory
impl Send for EntityFactory
impl Sync for EntityFactory
impl Unpin for EntityFactory
impl UnwindSafe for EntityFactory
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