pub struct GetBoxModelResult {
pub model: BoxModel,
}Fields§
§model: BoxModelBox model for the node.
Trait Implementations§
Source§impl Clone for GetBoxModelResult
impl Clone for GetBoxModelResult
Source§fn clone(&self) -> GetBoxModelResult
fn clone(&self) -> GetBoxModelResult
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 GetBoxModelResult
impl Debug for GetBoxModelResult
Source§impl<'de> Deserialize<'de> for GetBoxModelResult
impl<'de> Deserialize<'de> for GetBoxModelResult
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 GetBoxModelResult
impl PartialEq for GetBoxModelResult
Source§impl Serialize for GetBoxModelResult
impl Serialize for GetBoxModelResult
Source§impl TryFrom<Value> for GetBoxModelResult
impl TryFrom<Value> for GetBoxModelResult
impl StructuralPartialEq for GetBoxModelResult
Auto Trait Implementations§
impl Freeze for GetBoxModelResult
impl RefUnwindSafe for GetBoxModelResult
impl Send for GetBoxModelResult
impl Sync for GetBoxModelResult
impl Unpin for GetBoxModelResult
impl UnsafeUnpin for GetBoxModelResult
impl UnwindSafe for GetBoxModelResult
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