pub struct RestoreLimits {
pub max_tail_bytes: usize,
pub max_lines: usize,
pub max_messages: usize,
}Fields§
§max_tail_bytes: usize§max_lines: usize§max_messages: usizeImplementations§
Source§impl RestoreLimits
impl RestoreLimits
pub fn validate(self) -> Result<Self, RestoreError>
Trait Implementations§
Source§impl Clone for RestoreLimits
impl Clone for RestoreLimits
impl Copy for RestoreLimits
Source§impl Debug for RestoreLimits
impl Debug for RestoreLimits
Auto Trait Implementations§
impl Freeze for RestoreLimits
impl RefUnwindSafe for RestoreLimits
impl Send for RestoreLimits
impl Sync for RestoreLimits
impl Unpin for RestoreLimits
impl UnsafeUnpin for RestoreLimits
impl UnwindSafe for RestoreLimits
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