pub struct RevivesFullResponse {
pub revives: Vec<ReviveSimplified>,
pub metadata: RequestMetadataWithLinks,
}
Fields§
§revives: Vec<ReviveSimplified>
§metadata: RequestMetadataWithLinks
Trait Implementations§
Source§impl Clone for RevivesFullResponse
impl Clone for RevivesFullResponse
Source§fn clone(&self) -> RevivesFullResponse
fn clone(&self) -> RevivesFullResponse
Returns a copy 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 RevivesFullResponse
impl Debug for RevivesFullResponse
Source§impl<'de> Deserialize<'de> for RevivesFullResponse
impl<'de> Deserialize<'de> for RevivesFullResponse
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 RevivesFullResponse
impl PartialEq for RevivesFullResponse
impl StructuralPartialEq for RevivesFullResponse
Auto Trait Implementations§
impl Freeze for RevivesFullResponse
impl RefUnwindSafe for RevivesFullResponse
impl Send for RevivesFullResponse
impl Sync for RevivesFullResponse
impl Unpin for RevivesFullResponse
impl UnwindSafe for RevivesFullResponse
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