Struct cloud_filter::filter::info::Opened
source · pub struct Opened(/* private fields */);
Expand description
Information for the SyncFilter::opened callback.
Implementations§
source§impl Opened
impl Opened
sourcepub fn metadata_corrupt(&self) -> bool
pub fn metadata_corrupt(&self) -> bool
The placeholder metadata is corrupt.
sourcepub fn metadata_unsupported(&self) -> bool
pub fn metadata_unsupported(&self) -> bool
The placeholder metadata is not supported.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opened
impl RefUnwindSafe for Opened
impl Send for Opened
impl Sync for Opened
impl Unpin for Opened
impl UnwindSafe for Opened
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