pub struct PackRequest {
pub scope: PackScope,
pub format: PackFormat,
pub token_budget: usize,
pub include: PackInclude,
}Expand description
Describes a pack operation to be executed by a Packer.
Fields§
§scope: PackScope§format: PackFormat§token_budget: usizeSoft token budget — the packer attempts to stay under this limit.
include: PackIncludeAuto Trait Implementations§
impl Freeze for PackRequest
impl RefUnwindSafe for PackRequest
impl Send for PackRequest
impl Sync for PackRequest
impl Unpin for PackRequest
impl UnsafeUnpin for PackRequest
impl UnwindSafe for PackRequest
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