pub struct SegmentPlan {
pub policy: Key,
pub source_duration_ms: u64,
pub segments: Vec<PlannedSegment>,
}Fields§
§policy: Key§source_duration_ms: u64§segments: Vec<PlannedSegment>Auto Trait Implementations§
impl Freeze for SegmentPlan
impl RefUnwindSafe for SegmentPlan
impl Send for SegmentPlan
impl Sync for SegmentPlan
impl Unpin for SegmentPlan
impl UnsafeUnpin for SegmentPlan
impl UnwindSafe for SegmentPlan
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