pub struct SeqSet {
pub set: Box<Obj>,
}Expand description
seq(s) — functions fn(x N_pos) s (no length bound; surface: keyword seq(s)).
Fields§
§set: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeqSet
impl RefUnwindSafe for SeqSet
impl !Send for SeqSet
impl !Sync for SeqSet
impl Unpin for SeqSet
impl UnsafeUnpin for SeqSet
impl UnwindSafe for SeqSet
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