pub enum GetBoxModelMethod {
GetBoxModel,
}Variants§
GetBoxModel
Trait Implementations§
Source§impl Clone for GetBoxModelMethod
impl Clone for GetBoxModelMethod
Source§fn clone(&self) -> GetBoxModelMethod
fn clone(&self) -> GetBoxModelMethod
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 GetBoxModelMethod
impl Debug for GetBoxModelMethod
Source§impl<'de> Deserialize<'de> for GetBoxModelMethod
impl<'de> Deserialize<'de> for GetBoxModelMethod
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 GetBoxModelMethod
impl PartialEq for GetBoxModelMethod
Source§impl Serialize for GetBoxModelMethod
impl Serialize for GetBoxModelMethod
impl StructuralPartialEq for GetBoxModelMethod
Auto Trait Implementations§
impl Freeze for GetBoxModelMethod
impl RefUnwindSafe for GetBoxModelMethod
impl Send for GetBoxModelMethod
impl Sync for GetBoxModelMethod
impl Unpin for GetBoxModelMethod
impl UnsafeUnpin for GetBoxModelMethod
impl UnwindSafe for GetBoxModelMethod
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