pub struct SpatialBoundsDeriveDerive {
pub type: Type,
}Fields§
§type: TypeImplementations§
Source§impl SpatialBoundsDeriveDerive
impl SpatialBoundsDeriveDerive
pub fn new(type: Type) -> SpatialBoundsDeriveDerive
Trait Implementations§
Source§impl Clone for SpatialBoundsDeriveDerive
impl Clone for SpatialBoundsDeriveDerive
Source§fn clone(&self) -> SpatialBoundsDeriveDerive
fn clone(&self) -> SpatialBoundsDeriveDerive
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SpatialBoundsDeriveDerive
impl Debug for SpatialBoundsDeriveDerive
Source§impl Default for SpatialBoundsDeriveDerive
impl Default for SpatialBoundsDeriveDerive
Source§fn default() -> SpatialBoundsDeriveDerive
fn default() -> SpatialBoundsDeriveDerive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpatialBoundsDeriveDerive
impl<'de> Deserialize<'de> for SpatialBoundsDeriveDerive
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 SpatialBoundsDeriveDerive
impl PartialEq for SpatialBoundsDeriveDerive
Source§fn eq(&self, other: &SpatialBoundsDeriveDerive) -> bool
fn eq(&self, other: &SpatialBoundsDeriveDerive) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpatialBoundsDeriveDerive
Auto Trait Implementations§
impl Freeze for SpatialBoundsDeriveDerive
impl RefUnwindSafe for SpatialBoundsDeriveDerive
impl Send for SpatialBoundsDeriveDerive
impl Sync for SpatialBoundsDeriveDerive
impl Unpin for SpatialBoundsDeriveDerive
impl UnsafeUnpin for SpatialBoundsDeriveDerive
impl UnwindSafe for SpatialBoundsDeriveDerive
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