pub struct MockPointSource {
pub params: Box<MockPointSourceParameters>,
pub type: Type,
}Expand description
MockPointSource : The MockPointSource is a source operator that provides mock vector point data for testing and development purposes.
Fields§
§params: Box<MockPointSourceParameters>§type: TypeImplementations§
Source§impl MockPointSource
impl MockPointSource
Sourcepub fn new(params: MockPointSourceParameters, type: Type) -> MockPointSource
pub fn new(params: MockPointSourceParameters, type: Type) -> MockPointSource
The MockPointSource is a source operator that provides mock vector point data for testing and development purposes.
Trait Implementations§
Source§impl Clone for MockPointSource
impl Clone for MockPointSource
Source§fn clone(&self) -> MockPointSource
fn clone(&self) -> MockPointSource
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 MockPointSource
impl Debug for MockPointSource
Source§impl Default for MockPointSource
impl Default for MockPointSource
Source§fn default() -> MockPointSource
fn default() -> MockPointSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MockPointSource
impl<'de> Deserialize<'de> for MockPointSource
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 MockPointSource
impl PartialEq for MockPointSource
Source§impl Serialize for MockPointSource
impl Serialize for MockPointSource
impl StructuralPartialEq for MockPointSource
Auto Trait Implementations§
impl Freeze for MockPointSource
impl RefUnwindSafe for MockPointSource
impl Send for MockPointSource
impl Sync for MockPointSource
impl Unpin for MockPointSource
impl UnsafeUnpin for MockPointSource
impl UnwindSafe for MockPointSource
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