pub struct ConsoleApiObjectList {
pub page: ConsoleApiPage,
pub objects: Vec<ConsoleObjectRow>,
}Fields§
§page: ConsoleApiPage§objects: Vec<ConsoleObjectRow>Trait Implementations§
Source§impl Clone for ConsoleApiObjectList
impl Clone for ConsoleApiObjectList
Source§fn clone(&self) -> ConsoleApiObjectList
fn clone(&self) -> ConsoleApiObjectList
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 ConsoleApiObjectList
impl Debug for ConsoleApiObjectList
Source§impl<'de> Deserialize<'de> for ConsoleApiObjectList
impl<'de> Deserialize<'de> for ConsoleApiObjectList
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
Source§impl PartialEq for ConsoleApiObjectList
impl PartialEq for ConsoleApiObjectList
Source§fn eq(&self, other: &ConsoleApiObjectList) -> bool
fn eq(&self, other: &ConsoleApiObjectList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConsoleApiObjectList
impl Serialize for ConsoleApiObjectList
impl Eq for ConsoleApiObjectList
impl StructuralPartialEq for ConsoleApiObjectList
Auto Trait Implementations§
impl Freeze for ConsoleApiObjectList
impl RefUnwindSafe for ConsoleApiObjectList
impl Send for ConsoleApiObjectList
impl Sync for ConsoleApiObjectList
impl Unpin for ConsoleApiObjectList
impl UnsafeUnpin for ConsoleApiObjectList
impl UnwindSafe for ConsoleApiObjectList
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