pub struct ComputerCommandOutputPage {
pub chunks: Vec<ComputerCommandOutputChunk>,
pub next_cursor: Option<u64>,
pub truncated: bool,
}Fields§
§chunks: Vec<ComputerCommandOutputChunk>§next_cursor: Option<u64>§truncated: boolTrait Implementations§
Source§impl Clone for ComputerCommandOutputPage
impl Clone for ComputerCommandOutputPage
Source§fn clone(&self) -> ComputerCommandOutputPage
fn clone(&self) -> ComputerCommandOutputPage
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 ComputerCommandOutputPage
impl Debug for ComputerCommandOutputPage
Source§impl<'de> Deserialize<'de> for ComputerCommandOutputPage
impl<'de> Deserialize<'de> for ComputerCommandOutputPage
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 ComputerCommandOutputPage
impl StructuralPartialEq for ComputerCommandOutputPage
Auto Trait Implementations§
impl Freeze for ComputerCommandOutputPage
impl RefUnwindSafe for ComputerCommandOutputPage
impl Send for ComputerCommandOutputPage
impl Sync for ComputerCommandOutputPage
impl Unpin for ComputerCommandOutputPage
impl UnsafeUnpin for ComputerCommandOutputPage
impl UnwindSafe for ComputerCommandOutputPage
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