pub struct AdminListToolsResponse {
pub tools: Vec<AdminListToolsResponseTool>,
pub count: i64,
}Expand description
AdminListToolsResponse model.
Fields§
§tools: Vec<AdminListToolsResponseTool>§count: i64Trait Implementations§
Source§impl Clone for AdminListToolsResponse
impl Clone for AdminListToolsResponse
Source§fn clone(&self) -> AdminListToolsResponse
fn clone(&self) -> AdminListToolsResponse
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 AdminListToolsResponse
impl Debug for AdminListToolsResponse
Source§impl Default for AdminListToolsResponse
impl Default for AdminListToolsResponse
Source§fn default() -> AdminListToolsResponse
fn default() -> AdminListToolsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminListToolsResponse
impl<'de> Deserialize<'de> for AdminListToolsResponse
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 AdminListToolsResponse
impl PartialEq for AdminListToolsResponse
Source§impl Serialize for AdminListToolsResponse
impl Serialize for AdminListToolsResponse
impl StructuralPartialEq for AdminListToolsResponse
Auto Trait Implementations§
impl Freeze for AdminListToolsResponse
impl RefUnwindSafe for AdminListToolsResponse
impl Send for AdminListToolsResponse
impl Sync for AdminListToolsResponse
impl Unpin for AdminListToolsResponse
impl UnsafeUnpin for AdminListToolsResponse
impl UnwindSafe for AdminListToolsResponse
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