pub struct ListEnvelope {
pub kind: String,
pub header: Option<Header>,
pub next_page_token: Option<String>,
}Fields§
§kind: String§header: Option<Header>§next_page_token: Option<String>Trait Implementations§
Source§impl Debug for ListEnvelope
impl Debug for ListEnvelope
Source§impl<'de> Deserialize<'de> for ListEnvelope
impl<'de> Deserialize<'de> for ListEnvelope
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 ListEnvelope
impl RefUnwindSafe for ListEnvelope
impl Send for ListEnvelope
impl Sync for ListEnvelope
impl Unpin for ListEnvelope
impl UnwindSafe for ListEnvelope
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