pub struct SymbolListResult {
pub rows: Vec<SymbolDto>,
pub total: usize,
}Fields§
§rows: Vec<SymbolDto>§total: usizeTrait Implementations§
Source§impl Clone for SymbolListResult
impl Clone for SymbolListResult
Source§fn clone(&self) -> SymbolListResult
fn clone(&self) -> SymbolListResult
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 SymbolListResult
impl Debug for SymbolListResult
Source§impl<'de> Deserialize<'de> for SymbolListResult
impl<'de> Deserialize<'de> for SymbolListResult
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
impl Eq for SymbolListResult
Source§impl PartialEq for SymbolListResult
impl PartialEq for SymbolListResult
Source§impl Serialize for SymbolListResult
impl Serialize for SymbolListResult
impl StructuralPartialEq for SymbolListResult
Auto Trait Implementations§
impl Freeze for SymbolListResult
impl RefUnwindSafe for SymbolListResult
impl Send for SymbolListResult
impl Sync for SymbolListResult
impl Unpin for SymbolListResult
impl UnsafeUnpin for SymbolListResult
impl UnwindSafe for SymbolListResult
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