pub struct TSeq {
pub node: TSeq,
}
Expand description
Parameter Setter API Struct for Node TSeq
Fields
node: TSeq
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TSeq
impl !Send for TSeq
impl !Sync for TSeq
impl Unpin for TSeq
impl !UnwindSafe for TSeq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more