Enum workspace2::item::FollowEvent
source · pub enum FollowEvent {
Unfollow,
}
Variants§
Unfollow
Auto Trait Implementations§
impl RefUnwindSafe for FollowEvent
impl Send for FollowEvent
impl Sync for FollowEvent
impl Unpin for FollowEvent
impl UnwindSafe for FollowEvent
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