pub struct FunctionList {
pub total: i64,
pub functions: Vec<Function>,
}Fields§
§total: i64§functions: Vec<Function>Implementations§
Trait Implementations§
Source§impl Clone for FunctionList
impl Clone for FunctionList
Source§fn clone(&self) -> FunctionList
fn clone(&self) -> FunctionList
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 FunctionList
impl Debug for FunctionList
Source§impl<'de> Deserialize<'de> for FunctionList
impl<'de> Deserialize<'de> for FunctionList
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 Display for FunctionList
impl Display for FunctionList
Auto Trait Implementations§
impl Freeze for FunctionList
impl RefUnwindSafe for FunctionList
impl Send for FunctionList
impl Sync for FunctionList
impl Unpin for FunctionList
impl UnwindSafe for FunctionList
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