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