pub struct ToolsListOptions {
pub limit: Option<u32>,
}Fields§
§limit: Option<u32>Trait Implementations§
Source§impl Clone for ToolsListOptions
impl Clone for ToolsListOptions
Source§fn clone(&self) -> ToolsListOptions
fn clone(&self) -> ToolsListOptions
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 moreAuto Trait Implementations§
impl Freeze for ToolsListOptions
impl RefUnwindSafe for ToolsListOptions
impl Send for ToolsListOptions
impl Sync for ToolsListOptions
impl Unpin for ToolsListOptions
impl UnsafeUnpin for ToolsListOptions
impl UnwindSafe for ToolsListOptions
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