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