pub struct FindToolsData {
pub level: String,
pub items: Vec<Value>,
pub total: u32,
pub next: Option<AlexandriaCall>,
}Fields§
§level: String§items: Vec<Value>§total: u32§next: Option<AlexandriaCall>Trait Implementations§
Source§impl Clone for FindToolsData
impl Clone for FindToolsData
Source§fn clone(&self) -> FindToolsData
fn clone(&self) -> FindToolsData
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 FindToolsData
impl Debug for FindToolsData
Source§impl<'de> Deserialize<'de> for FindToolsData
impl<'de> Deserialize<'de> for FindToolsData
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
Auto Trait Implementations§
impl Freeze for FindToolsData
impl RefUnwindSafe for FindToolsData
impl Send for FindToolsData
impl Sync for FindToolsData
impl Unpin for FindToolsData
impl UnsafeUnpin for FindToolsData
impl UnwindSafe for FindToolsData
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