pub struct GetBoxModelParamsBuilder { /* private fields */ }
Implementations§
source§impl GetBoxModelParamsBuilder
impl GetBoxModelParamsBuilder
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) -> GetBoxModelParams
Trait Implementations§
source§impl Clone for GetBoxModelParamsBuilder
impl Clone for GetBoxModelParamsBuilder
source§fn clone(&self) -> GetBoxModelParamsBuilder
fn clone(&self) -> GetBoxModelParamsBuilder
Returns a copy 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 GetBoxModelParamsBuilder
impl Default for GetBoxModelParamsBuilder
source§fn default() -> GetBoxModelParamsBuilder
fn default() -> GetBoxModelParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetBoxModelParamsBuilder
impl Send for GetBoxModelParamsBuilder
impl Sync for GetBoxModelParamsBuilder
impl Unpin for GetBoxModelParamsBuilder
impl UnwindSafe for GetBoxModelParamsBuilder
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