pub struct RuntimeLogQuery {
pub schema: String,
pub unit_id: String,
pub generation: u64,
pub cursor: Option<String>,
pub limit: u32,
pub stream: Option<RuntimeLogStream>,
}Fields§
§schema: String§unit_id: String§generation: u64§cursor: Option<String>§limit: u32§stream: Option<RuntimeLogStream>Implementations§
Trait Implementations§
Source§impl Clone for RuntimeLogQuery
impl Clone for RuntimeLogQuery
Source§fn clone(&self) -> RuntimeLogQuery
fn clone(&self) -> RuntimeLogQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimeLogQuery
impl Debug for RuntimeLogQuery
Source§impl<'de> Deserialize<'de> for RuntimeLogQuery
impl<'de> Deserialize<'de> for RuntimeLogQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimeLogQuery
Source§impl PartialEq for RuntimeLogQuery
impl PartialEq for RuntimeLogQuery
Source§impl Serialize for RuntimeLogQuery
impl Serialize for RuntimeLogQuery
impl StructuralPartialEq for RuntimeLogQuery
Auto Trait Implementations§
impl Freeze for RuntimeLogQuery
impl RefUnwindSafe for RuntimeLogQuery
impl Send for RuntimeLogQuery
impl Sync for RuntimeLogQuery
impl Unpin for RuntimeLogQuery
impl UnsafeUnpin for RuntimeLogQuery
impl UnwindSafe for RuntimeLogQuery
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