pub struct PackageLogStreamOptions {
pub offset: Option<usize>,
pub end: Option<usize>,
}Fields§
§offset: Option<usize>§end: Option<usize>Trait Implementations§
Source§impl Default for PackageLogStreamOptions
impl Default for PackageLogStreamOptions
Source§fn default() -> PackageLogStreamOptions
fn default() -> PackageLogStreamOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PackageLogStreamOptions
impl RefUnwindSafe for PackageLogStreamOptions
impl Send for PackageLogStreamOptions
impl Sync for PackageLogStreamOptions
impl Unpin for PackageLogStreamOptions
impl UnsafeUnpin for PackageLogStreamOptions
impl UnwindSafe for PackageLogStreamOptions
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