pub struct RollupObject {
pub rollup_property_id: String,
pub rollup_property_name: String,
pub relation_property_id: String,
pub relation_property_name: String,
pub function: String,
}
Fields§
§rollup_property_id: String
§rollup_property_name: String
§relation_property_id: String
§relation_property_name: String
§function: String
Implementations§
Trait Implementations§
Source§impl Clone for RollupObject
impl Clone for RollupObject
Source§fn clone(&self) -> RollupObject
fn clone(&self) -> RollupObject
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RollupObject
impl Debug for RollupObject
Source§impl Default for RollupObject
impl Default for RollupObject
Source§fn default() -> RollupObject
fn default() -> RollupObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RollupObject
impl<'de> Deserialize<'de> for RollupObject
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
Auto Trait Implementations§
impl Freeze for RollupObject
impl RefUnwindSafe for RollupObject
impl Send for RollupObject
impl Sync for RollupObject
impl Unpin for RollupObject
impl UnwindSafe for RollupObject
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