pub struct SkipEntry {
pub blob_id: String,
pub path: String,
pub kind: MediaKind,
pub producer_id: ProducerId,
pub skip: MediaSkip,
}Expand description
One gate refusal, as media status lists it.
Fields§
§blob_id: StringGit blob id of the refused source media.
path: StringRepository path it was seen at.
kind: MediaKindThe modality that would have described it.
producer_id: ProducerIdThe producer identity the refusal was recorded under.
skip: MediaSkipWhy, and what was measured.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SkipEntry
impl<'de> Deserialize<'de> for SkipEntry
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 StructuralPartialEq for SkipEntry
Auto Trait Implementations§
impl Freeze for SkipEntry
impl RefUnwindSafe for SkipEntry
impl Send for SkipEntry
impl Sync for SkipEntry
impl Unpin for SkipEntry
impl UnsafeUnpin for SkipEntry
impl UnwindSafe for SkipEntry
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