pub struct ResourceBinding<'a> {
    pub group: Handle<Expression<'a>>,
    pub binding: Handle<Expression<'a>>,
}Fields§
§group: Handle<Expression<'a>>§binding: Handle<Expression<'a>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ResourceBinding<'a>
impl<'a> RefUnwindSafe for ResourceBinding<'a>
impl<'a> Send for ResourceBinding<'a>
impl<'a> Sync for ResourceBinding<'a>
impl<'a> Unpin for ResourceBinding<'a>
impl<'a> UnwindSafe for ResourceBinding<'a>
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