Struct iroh_blobs::store::fs::InlineOptions
source · pub struct InlineOptions {
pub max_data_inlined: u64,
pub max_outboard_inlined: u64,
}
Expand description
Options for inlining small complete data or outboards.
Fields§
§max_data_inlined: u64
Maximum data size to inline.
max_outboard_inlined: u64
Maximum outboard size to inline.
Implementations§
source§impl InlineOptions
impl InlineOptions
sourcepub const ALWAYS_INLINE: Self = _
pub const ALWAYS_INLINE: Self = _
Always inline everything
Trait Implementations§
source§impl Clone for InlineOptions
impl Clone for InlineOptions
source§fn clone(&self) -> InlineOptions
fn clone(&self) -> InlineOptions
Returns a copy 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 InlineOptions
impl Debug for InlineOptions
Auto Trait Implementations§
impl Freeze for InlineOptions
impl RefUnwindSafe for InlineOptions
impl Send for InlineOptions
impl Sync for InlineOptions
impl Unpin for InlineOptions
impl UnwindSafe for InlineOptions
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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