pub struct TypeaheadForWorkspaceResponse {
pub data: Option<Vec<AsanaNamedResource>>,
}
Expand description
A generic list of objects, such as those returned by the typeahead search endpoint.
Fields§
§data: Option<Vec<AsanaNamedResource>>
Trait Implementations§
Source§impl Clone for TypeaheadForWorkspaceResponse
impl Clone for TypeaheadForWorkspaceResponse
Source§fn clone(&self) -> TypeaheadForWorkspaceResponse
fn clone(&self) -> TypeaheadForWorkspaceResponse
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 Default for TypeaheadForWorkspaceResponse
impl Default for TypeaheadForWorkspaceResponse
Source§fn default() -> TypeaheadForWorkspaceResponse
fn default() -> TypeaheadForWorkspaceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TypeaheadForWorkspaceResponse
impl<'de> Deserialize<'de> for TypeaheadForWorkspaceResponse
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
Auto Trait Implementations§
impl Freeze for TypeaheadForWorkspaceResponse
impl RefUnwindSafe for TypeaheadForWorkspaceResponse
impl Send for TypeaheadForWorkspaceResponse
impl Sync for TypeaheadForWorkspaceResponse
impl Unpin for TypeaheadForWorkspaceResponse
impl UnwindSafe for TypeaheadForWorkspaceResponse
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