pub struct LowerOptionsV1 {
pub backing_prefix: String,
pub on_full: OnFullV1,
}Expand description
Lowering options for producing a v1 spec.
Fields§
§backing_prefix: StringPrefix used to build backing paths (reserved for future use).
on_full: OnFullV1Backpressure policy.
Trait Implementations§
Source§impl Clone for LowerOptionsV1
impl Clone for LowerOptionsV1
Source§fn clone(&self) -> LowerOptionsV1
fn clone(&self) -> LowerOptionsV1
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 moreSource§impl Debug for LowerOptionsV1
impl Debug for LowerOptionsV1
Source§impl PartialEq for LowerOptionsV1
impl PartialEq for LowerOptionsV1
impl Eq for LowerOptionsV1
impl StructuralPartialEq for LowerOptionsV1
Auto Trait Implementations§
impl Freeze for LowerOptionsV1
impl RefUnwindSafe for LowerOptionsV1
impl Send for LowerOptionsV1
impl Sync for LowerOptionsV1
impl Unpin for LowerOptionsV1
impl UnwindSafe for LowerOptionsV1
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