Struct onedrive_api::resource::Tag [−][src]
pub struct Tag(pub String);
Wrapper for a tag representing the state of an item.
Used for avoid data transmission when a resource is not modified.
The tag from DriveItem::c_tag is for the content of the item,
while the one from DriveItem::e_tag is for the entire item (metadata + content).
See also
Implementations
Trait Implementations
impl<'de> Deserialize<'de> for Tag[src]
impl<'de> Deserialize<'de> for Tag[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl StructuralEq for Tag[src]
impl StructuralEq for Tag[src]impl StructuralPartialEq for Tag[src]
impl StructuralPartialEq for Tag[src]Auto Trait Implementations
impl RefUnwindSafe for Tag
impl RefUnwindSafe for Tagimpl UnwindSafe for Tag
impl UnwindSafe for TagBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]