pub struct ContentStreamOptions {
pub order: ContentStreamOrder,
}Expand description
Options for streaming lockbox file content without extracting to disk.
Fields§
§order: ContentStreamOrderTrait Implementations§
Source§impl Clone for ContentStreamOptions
impl Clone for ContentStreamOptions
Source§fn clone(&self) -> ContentStreamOptions
fn clone(&self) -> ContentStreamOptions
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 moreimpl Copy for ContentStreamOptions
Source§impl Debug for ContentStreamOptions
impl Debug for ContentStreamOptions
Source§impl Default for ContentStreamOptions
impl Default for ContentStreamOptions
Source§fn default() -> ContentStreamOptions
fn default() -> ContentStreamOptions
Returns the “default value” for a type. Read more
impl Eq for ContentStreamOptions
Source§impl PartialEq for ContentStreamOptions
impl PartialEq for ContentStreamOptions
impl StructuralPartialEq for ContentStreamOptions
Auto Trait Implementations§
impl Freeze for ContentStreamOptions
impl RefUnwindSafe for ContentStreamOptions
impl Send for ContentStreamOptions
impl Sync for ContentStreamOptions
impl Unpin for ContentStreamOptions
impl UnsafeUnpin for ContentStreamOptions
impl UnwindSafe for ContentStreamOptions
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