pub struct GetBoxModelBuilder { /* private fields */ }Implementations§
Source§impl GetBoxModelBuilder
impl GetBoxModelBuilder
pub fn node_id(self, node_id: impl Into<NodeId>) -> Self
pub fn backend_node_id(self, backend_node_id: impl Into<BackendNodeId>) -> Self
pub fn object_id(self, object_id: impl Into<RemoteObjectId>) -> Self
pub fn build(self) -> GetBoxModel
Trait Implementations§
Source§impl Clone for GetBoxModelBuilder
impl Clone for GetBoxModelBuilder
Source§fn clone(&self) -> GetBoxModelBuilder
fn clone(&self) -> GetBoxModelBuilder
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 Default for GetBoxModelBuilder
impl Default for GetBoxModelBuilder
Source§fn default() -> GetBoxModelBuilder
fn default() -> GetBoxModelBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBoxModelBuilder
impl RefUnwindSafe for GetBoxModelBuilder
impl Send for GetBoxModelBuilder
impl Sync for GetBoxModelBuilder
impl Unpin for GetBoxModelBuilder
impl UnsafeUnpin for GetBoxModelBuilder
impl UnwindSafe for GetBoxModelBuilder
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