pub enum GetChunksInGroupResponse {
GetChunksInGroupsResponseBody(Box<GetChunksInGroupsResponseBody>),
GroupsBookmarkQueryResult(Box<GroupsBookmarkQueryResult>),
}
Variants§
GetChunksInGroupsResponseBody(Box<GetChunksInGroupsResponseBody>)
GroupsBookmarkQueryResult(Box<GroupsBookmarkQueryResult>)
Trait Implementations§
Source§impl Clone for GetChunksInGroupResponse
impl Clone for GetChunksInGroupResponse
Source§fn clone(&self) -> GetChunksInGroupResponse
fn clone(&self) -> GetChunksInGroupResponse
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 GetChunksInGroupResponse
impl Debug for GetChunksInGroupResponse
Source§impl Default for GetChunksInGroupResponse
impl Default for GetChunksInGroupResponse
Source§impl<'de> Deserialize<'de> for GetChunksInGroupResponse
impl<'de> Deserialize<'de> for GetChunksInGroupResponse
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 GetChunksInGroupResponse
impl PartialEq for GetChunksInGroupResponse
Source§impl Serialize for GetChunksInGroupResponse
impl Serialize for GetChunksInGroupResponse
impl StructuralPartialEq for GetChunksInGroupResponse
Auto Trait Implementations§
impl Freeze for GetChunksInGroupResponse
impl RefUnwindSafe for GetChunksInGroupResponse
impl Send for GetChunksInGroupResponse
impl Sync for GetChunksInGroupResponse
impl Unpin for GetChunksInGroupResponse
impl UnwindSafe for GetChunksInGroupResponse
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