pub struct MemoryHealthOptions {
pub run_id: Option<String>,
pub user_id: Option<String>,
pub stale_threshold_days: u32,
pub limit: u32,
}Fields§
§run_id: Option<String>§user_id: Option<String>§stale_threshold_days: u32§limit: u32Trait Implementations§
Source§impl Clone for MemoryHealthOptions
impl Clone for MemoryHealthOptions
Source§fn clone(&self) -> MemoryHealthOptions
fn clone(&self) -> MemoryHealthOptions
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 MemoryHealthOptions
impl Debug for MemoryHealthOptions
Auto Trait Implementations§
impl Freeze for MemoryHealthOptions
impl RefUnwindSafe for MemoryHealthOptions
impl Send for MemoryHealthOptions
impl Sync for MemoryHealthOptions
impl Unpin for MemoryHealthOptions
impl UnsafeUnpin for MemoryHealthOptions
impl UnwindSafe for MemoryHealthOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request