pub struct IsPartOfBuilder(/* private fields */);Implementations§
Source§impl IsPartOfBuilder
impl IsPartOfBuilder
pub fn new() -> Self
pub fn new_from_body(body: IsPartOf) -> Self
pub fn build(self) -> IsPartOf
pub fn with_originating_simulation_id( self, originating_simulation_id: EntityId, ) -> Self
pub fn with_receiving_entity_id(self, receiving_entity_id: EntityId) -> Self
pub fn with_relationship(self, relationship: Relationship) -> Self
pub fn with_part_location(self, part_location: VectorF32) -> Self
pub fn with_named_location_id(self, named_location_id: NamedLocationId) -> Self
pub fn with_part_type(self, part_type: EntityType) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsPartOfBuilder
impl RefUnwindSafe for IsPartOfBuilder
impl Send for IsPartOfBuilder
impl Sync for IsPartOfBuilder
impl Unpin for IsPartOfBuilder
impl UnwindSafe for IsPartOfBuilder
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