pub struct MsgraphRemoved {
pub reason: String,
}Expand description
The @removed marker of a delta row.
https://learn.microsoft.com/en-us/graph/delta-query-overview
Fields§
§reason: Stringdeleted for a hard delete, changed for an item that left
the queried scope.
Trait Implementations§
Source§impl Clone for MsgraphRemoved
impl Clone for MsgraphRemoved
Source§fn clone(&self) -> MsgraphRemoved
fn clone(&self) -> MsgraphRemoved
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 moreSource§impl Debug for MsgraphRemoved
impl Debug for MsgraphRemoved
Source§impl Default for MsgraphRemoved
impl Default for MsgraphRemoved
Source§fn default() -> MsgraphRemoved
fn default() -> MsgraphRemoved
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MsgraphRemoved
impl<'de> Deserialize<'de> for MsgraphRemoved
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 MsgraphRemoved
Source§impl PartialEq for MsgraphRemoved
impl PartialEq for MsgraphRemoved
Source§impl Serialize for MsgraphRemoved
impl Serialize for MsgraphRemoved
impl StructuralPartialEq for MsgraphRemoved
Auto Trait Implementations§
impl Freeze for MsgraphRemoved
impl RefUnwindSafe for MsgraphRemoved
impl Send for MsgraphRemoved
impl Sync for MsgraphRemoved
impl Unpin for MsgraphRemoved
impl UnsafeUnpin for MsgraphRemoved
impl UnwindSafe for MsgraphRemoved
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