pub struct ProjectionOverride {
pub primitive_type: String,
pub primitive_name: String,
pub fields: HashMap<String, Value>,
}Fields§
§primitive_type: String§primitive_name: String§fields: HashMap<String, Value>Trait Implementations§
Source§impl Clone for ProjectionOverride
impl Clone for ProjectionOverride
Source§fn clone(&self) -> ProjectionOverride
fn clone(&self) -> ProjectionOverride
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 ProjectionOverride
impl Debug for ProjectionOverride
Source§impl<'de> Deserialize<'de> for ProjectionOverride
impl<'de> Deserialize<'de> for ProjectionOverride
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 From<&ProjectionOverride> for ProjectionOverride
impl From<&ProjectionOverride> for ProjectionOverride
Source§fn from(o: &ProjectionOverride) -> Self
fn from(o: &ProjectionOverride) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProjectionOverride
impl RefUnwindSafe for ProjectionOverride
impl Send for ProjectionOverride
impl Sync for ProjectionOverride
impl Unpin for ProjectionOverride
impl UnwindSafe for ProjectionOverride
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