pub struct SpatialBoundsDeriveNone {
pub type: Type,
}Fields§
§type: TypeImplementations§
Source§impl SpatialBoundsDeriveNone
impl SpatialBoundsDeriveNone
pub fn new(type: Type) -> SpatialBoundsDeriveNone
Trait Implementations§
Source§impl Clone for SpatialBoundsDeriveNone
impl Clone for SpatialBoundsDeriveNone
Source§fn clone(&self) -> SpatialBoundsDeriveNone
fn clone(&self) -> SpatialBoundsDeriveNone
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 SpatialBoundsDeriveNone
impl Debug for SpatialBoundsDeriveNone
Source§impl Default for SpatialBoundsDeriveNone
impl Default for SpatialBoundsDeriveNone
Source§fn default() -> SpatialBoundsDeriveNone
fn default() -> SpatialBoundsDeriveNone
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpatialBoundsDeriveNone
impl<'de> Deserialize<'de> for SpatialBoundsDeriveNone
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 SpatialBoundsDeriveNone
impl PartialEq for SpatialBoundsDeriveNone
Source§impl Serialize for SpatialBoundsDeriveNone
impl Serialize for SpatialBoundsDeriveNone
impl StructuralPartialEq for SpatialBoundsDeriveNone
Auto Trait Implementations§
impl Freeze for SpatialBoundsDeriveNone
impl RefUnwindSafe for SpatialBoundsDeriveNone
impl Send for SpatialBoundsDeriveNone
impl Sync for SpatialBoundsDeriveNone
impl Unpin for SpatialBoundsDeriveNone
impl UnsafeUnpin for SpatialBoundsDeriveNone
impl UnwindSafe for SpatialBoundsDeriveNone
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