pub struct Creations {
pub results: u16,
pub filtered_keyword: String,
pub objects: Vec<CreationObject>,
}Fields§
§results: u16§filtered_keyword: String§objects: Vec<CreationObject>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Creations
impl<'de> Deserialize<'de> for Creations
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 Creations
impl StructuralPartialEq for Creations
Auto Trait Implementations§
impl Freeze for Creations
impl RefUnwindSafe for Creations
impl Send for Creations
impl Sync for Creations
impl Unpin for Creations
impl UnsafeUnpin for Creations
impl UnwindSafe for Creations
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