pub struct ComputerCommandOutputQuery {
pub after: u64,
pub limit: usize,
}Fields§
§after: u64§limit: usizeTrait Implementations§
Source§impl Clone for ComputerCommandOutputQuery
impl Clone for ComputerCommandOutputQuery
Source§fn clone(&self) -> ComputerCommandOutputQuery
fn clone(&self) -> ComputerCommandOutputQuery
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 ComputerCommandOutputQuery
impl Debug for ComputerCommandOutputQuery
Source§impl<'de> Deserialize<'de> for ComputerCommandOutputQuery
impl<'de> Deserialize<'de> for ComputerCommandOutputQuery
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 ComputerCommandOutputQuery
impl StructuralPartialEq for ComputerCommandOutputQuery
Auto Trait Implementations§
impl Freeze for ComputerCommandOutputQuery
impl RefUnwindSafe for ComputerCommandOutputQuery
impl Send for ComputerCommandOutputQuery
impl Sync for ComputerCommandOutputQuery
impl Unpin for ComputerCommandOutputQuery
impl UnsafeUnpin for ComputerCommandOutputQuery
impl UnwindSafe for ComputerCommandOutputQuery
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