Struct cloud_filter::filter::info::Renamed
source · pub struct Renamed(/* private fields */);
Expand description
Information for the SyncFilter::renamed callback.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Renamed
impl RefUnwindSafe for Renamed
impl !Send for Renamed
impl !Sync for Renamed
impl Unpin for Renamed
impl UnwindSafe for Renamed
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