pub struct BindObjSpec {
pub fields: Arc<[Arc<str>]>,
pub rest: Option<Arc<str>>,
}Expand description
Compiled bind-object destructure spec.
Fields§
§fields: Arc<[Arc<str>]>§rest: Option<Arc<str>>Trait Implementations§
Source§impl Clone for BindObjSpec
impl Clone for BindObjSpec
Source§fn clone(&self) -> BindObjSpec
fn clone(&self) -> BindObjSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BindObjSpec
impl RefUnwindSafe for BindObjSpec
impl Send for BindObjSpec
impl Sync for BindObjSpec
impl Unpin for BindObjSpec
impl UnsafeUnpin for BindObjSpec
impl UnwindSafe for BindObjSpec
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