pub struct MsgraphNoResponse;Expand description
Marker for endpoints that return an empty body (DELETE, sendMail, send draft); deserialises from anything, including nothing.
Trait Implementations§
Source§impl Clone for MsgraphNoResponse
impl Clone for MsgraphNoResponse
Source§fn clone(&self) -> MsgraphNoResponse
fn clone(&self) -> MsgraphNoResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MsgraphNoResponse
Source§impl Debug for MsgraphNoResponse
impl Debug for MsgraphNoResponse
Source§impl Default for MsgraphNoResponse
impl Default for MsgraphNoResponse
Source§fn default() -> MsgraphNoResponse
fn default() -> MsgraphNoResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MsgraphNoResponse
impl<'de> Deserialize<'de> for MsgraphNoResponse
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
impl Eq for MsgraphNoResponse
Source§impl PartialEq for MsgraphNoResponse
impl PartialEq for MsgraphNoResponse
impl StructuralPartialEq for MsgraphNoResponse
Auto Trait Implementations§
impl Freeze for MsgraphNoResponse
impl RefUnwindSafe for MsgraphNoResponse
impl Send for MsgraphNoResponse
impl Sync for MsgraphNoResponse
impl Unpin for MsgraphNoResponse
impl UnsafeUnpin for MsgraphNoResponse
impl UnwindSafe for MsgraphNoResponse
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