pub enum Outgoing {
Revisions(Vec<Revision>),
Bookmarks(Vec<Bookmark>),
Empty,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for Outgoing
Auto Trait Implementations§
impl Freeze for Outgoing
impl RefUnwindSafe for Outgoing
impl Send for Outgoing
impl Sync for Outgoing
impl Unpin for Outgoing
impl UnwindSafe for Outgoing
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