pub struct RejectionsFeed {
pub items: Vec<Rejection>,
}Expand description
GET /rejections envelope.
Fields§
§items: Vec<Rejection>Trait Implementations§
Source§impl Clone for RejectionsFeed
impl Clone for RejectionsFeed
Source§fn clone(&self) -> RejectionsFeed
fn clone(&self) -> RejectionsFeed
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 RejectionsFeed
impl Debug for RejectionsFeed
Source§impl Default for RejectionsFeed
impl Default for RejectionsFeed
Source§fn default() -> RejectionsFeed
fn default() -> RejectionsFeed
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RejectionsFeed
impl<'de> Deserialize<'de> for RejectionsFeed
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 RejectionsFeed
impl RefUnwindSafe for RejectionsFeed
impl Send for RejectionsFeed
impl Sync for RejectionsFeed
impl Unpin for RejectionsFeed
impl UnsafeUnpin for RejectionsFeed
impl UnwindSafe for RejectionsFeed
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