pub struct ObjectList {
pub objects: Vec<Object>,
}Fields§
§objects: Vec<Object>Trait Implementations§
Source§impl Clone for ObjectList
impl Clone for ObjectList
Source§fn clone(&self) -> ObjectList
fn clone(&self) -> ObjectList
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 ObjectList
impl Debug for ObjectList
Source§impl<'de> Deserialize<'de> for ObjectList
impl<'de> Deserialize<'de> for ObjectList
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 Hash for ObjectList
impl Hash for ObjectList
Source§impl PartialEq for ObjectList
impl PartialEq for ObjectList
Source§impl Serialize for ObjectList
impl Serialize for ObjectList
impl Eq for ObjectList
impl StructuralPartialEq for ObjectList
Auto Trait Implementations§
impl Freeze for ObjectList
impl RefUnwindSafe for ObjectList
impl Send for ObjectList
impl Sync for ObjectList
impl Unpin for ObjectList
impl UnwindSafe for ObjectList
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