Docs.rs
openpit-0.2.0
openpit 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
palchukovsky
Dependencies
rust_decimal ^1.34
normal
serde ^1
normal
optional
smol_str ^0.3
normal
Versions
79.52%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
HasAutoBorrow
openpit
0.2.0
HasAuto
Borrow
Required Methods
auto_borrow
Implementors
In crate openpit
openpit
Trait
HasAuto
Borrow
Copy item path
Source
pub trait HasAutoBorrow { // Required method fn
auto_borrow
(&self) ->
bool
; }
Required Methods
§
Source
fn
auto_borrow
(&self) ->
bool
Implementors
§
Source
§
impl
HasAutoBorrow
for
OrderMargin
Source
§
impl<T>
HasAutoBorrow
for
WithOrderMargin
<T>
Source
§
impl<T>
HasAutoBorrow
for T
where T:
Deref
, T::
Target
:
HasAutoBorrow
,