pub enum IDSet {
TagName(Identifier),
Ids(Vec<VarInt>),
}
Variants§
TagName(Identifier)
Ids(Vec<VarInt>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IDSet
impl RefUnwindSafe for IDSet
impl Send for IDSet
impl Sync for IDSet
impl Unpin for IDSet
impl UnwindSafe for IDSet
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